Skip to content

Commit

Permalink
Version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
somnisomni committed Nov 17, 2021
1 parent d3a02ca commit b6f5867
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.1",
"version": "0.2.2",
"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.1",
appVersion: "0.2.2",

mollufyOptions: {
ignoreNounLengthLimit: false,
Expand Down

0 comments on commit b6f5867

Please sign in to comment.