Skip to content

Commit

Permalink
[MERGE] Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Bilotta committed Apr 22, 2021
2 parents ef01f05 + 16909d9 commit 6316711
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: Byloth
2 changes: 1 addition & 1 deletion content/posts/avicii-3-years-ago.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 8/09/1989 – 20/4/2018
title: 08/09/1989 – 20/04/2018
subtitle: «... I want to be remembered for the life I lived...»
author: Matteo Bilotta
date: 2021-04-21T01:01:59
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@byloth/website",
"version": "5.0.4",
"version": "5.0.5",
"description": "My personal website as a Nuxt.js application, written in TypeScript and based on Material Design.",
"keywords": [
"Vue.js",
Expand Down
2 changes: 1 addition & 1 deletion store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const state = (): ConfigState => ({
title: "Chi sono"
}
],
version: "5.0.4"
version: "5.0.5"
});

export { state };

0 comments on commit 6316711

Please sign in to comment.