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 Jun 17, 2021
2 parents ffe9d40 + a3c8035 commit e054dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7",
"version": "5.0.8",
"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.7"
version: "5.0.8"
});

export { state };

0 comments on commit e054dd2

Please sign in to comment.