Skip to content

Commit 6316711

Browse files
author
Matteo Bilotta
committed
[MERGE] Merge branch 'master' into production
2 parents ef01f05 + 16909d9 commit 6316711

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: Byloth

content/posts/avicii-3-years-ago.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 8/09/1989 – 20/4/2018
2+
title: 08/09/1989 – 20/04/2018
33
subtitle: «... I want to be remembered for the life I lived...»
44
author: Matteo Bilotta
55
date: 2021-04-21T01:01:59

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@byloth/website",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "My personal website as a Nuxt.js application, written in TypeScript and based on Material Design.",
55
"keywords": [
66
"Vue.js",

store/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const state = (): ConfigState => ({
5454
title: "Chi sono"
5555
}
5656
],
57-
version: "5.0.4"
57+
version: "5.0.5"
5858
});
5959

6060
export { state };

0 commit comments

Comments
 (0)