Skip to content

Commit

Permalink
fix(version): update version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvISsReimu committed Feb 27, 2020
1 parent fcb8621 commit b8f485c
Show file tree
Hide file tree
Showing 3 changed files with 6 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": "penguin-stats-frontend",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/config/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const client = {
source: "frontend-v2",
version: "v1.1.1"
version: "v1.1.2"
};

export default {
Expand Down
4 changes: 4 additions & 0 deletions src/views/About/Changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export default {
data() {
return {
logs: {
'v1.1.2': [
'加入韩语翻译',
'增加载入界面'
],
'v1.1.1': [
'“岁过华灯”等一系列开箱子的汇报支持批量上传'
],
Expand Down

0 comments on commit b8f485c

Please sign in to comment.