Skip to content

Commit

Permalink
fix(version): update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvISsReimu committed Aug 24, 2019
1 parent 6e1d1e8 commit 046e9ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "penguin-stats-frontend",
"version": "0.1.0",
"version": "1.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
4 changes: 2 additions & 2 deletions src/config/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
api: {
submitParams: {
source: "frontend-v2--development",
version: "v0.0.1"
source: "frontend-v2",
version: "v1.0.1"
}
},
cdn: {
Expand Down

0 comments on commit 046e9ad

Please sign in to comment.