Skip to content

Commit

Permalink
Merge pull request #130 from penguin-statistics/fix-version
Browse files Browse the repository at this point in the history
fix(version): update version to 1.0.1
  • Loading branch information
AlvISsReimu authored Aug 24, 2019
2 parents 90b85c9 + f7a778b commit f1f1437
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

1 comment on commit f1f1437

@vercel
Copy link

@vercel vercel bot commented on f1f1437 Aug 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.