We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f493608 commit d188ea1Copy full SHA for d188ea1
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oj-competition-side-client",
3
- "version": "1.0.7",
+ "version": "1.1.0",
4
"description": "SDUT OJ 竞赛客户端 - 专业的在线评测系统客户端应用程序",
5
"author": {
6
"name": "SDUTACM",
@@ -49,7 +49,7 @@
49
"afterPack": "scripts/afterPack.js",
50
"compression": "normal",
51
"npmRebuild": false,
52
- "buildVersion": "1.0.7",
+ "buildVersion": "1.1.0",
53
"directories": {
54
"output": "dist",
55
"buildResources": "build"
@@ -66,7 +66,7 @@
66
"!**/node_modules/.cache/**/*"
67
],
68
"extraMetadata": {
69
- "version": "1.0.7"
+ "version": "1.1.0"
70
},
71
"publish": [
72
0 commit comments