Skip to content

Commit

Permalink
Fix: wrong version!
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu188 committed Feb 22, 2020
1 parent 14b348a commit 629f221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "electron-vue-cloud-music",
"version": "0.2.5",
"version": "1.1.0",
"description": "electron-网易云音乐",
"private": true,
"scripts": {
"electron:build": "vue-cli-service electron:build",
"build": "vue-cli-service electron:build",
"release": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"start": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"patch": "npm version patch && git push origin master && git push origin --tags",
Expand Down

0 comments on commit 629f221

Please sign in to comment.