Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhi713 committed Oct 30, 2019
1 parent 76ea4ff commit 7e80337
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awesome-schedule",
"version": "7.4.0",
"version": "7.5.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -65,4 +65,4 @@
"vue-template-compiler": "^2.6.10",
"worker-loader": "^2.0.0"
}
}
}
2 changes: 1 addition & 1 deletion src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { getReleaseNote } from './utils';
/**
* need to change for every release
*/
const version = '7.4';
const version = '7.5';
/**
* returns whether the version stored in localStorage matches the current version
* then, override localStorage with the current version
Expand Down

0 comments on commit 7e80337

Please sign in to comment.