Skip to content

Commit

Permalink
Version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
somnisomni committed Dec 3, 2021
1 parent 60570af commit 41f8ae8
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": "mollufier-frontend",
"version": "0.2.3",
"version": "0.3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createStore } from "vuex";

export default createStore({
state: {
appVersion: "0.2.3",
appVersion: "0.3.0",

enableMolluImageAnimation: true,
mollufyOptions: {
Expand Down

0 comments on commit 41f8ae8

Please sign in to comment.