Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-web committed Nov 13, 2022
1 parent 464119f commit 2b6ad3b
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,6 +1,6 @@
{
"name": "flbmusic",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"description": "A Beautiful and Feature Rich Music Player",
"repository": {
Expand All @@ -14,9 +14,9 @@
"main": "background.js",
"scripts": {
"start": "vue-cli-service electron:serve",
"build": "vue-cli-service electron:build --skip-plugins @vue/cli-plugin-eslint",
"build": "vue-cli-service electron:build",
"push-update": "vue-cli-service electron:build -- -p always",
"deploy-steps": "git commit -am v1.2.0 && git tag v1.2.0 && git push --tags"
"deploy-steps": "git commit -am v1.2.1 && git tag v1.2.1 && git push --tags"
},
"dependencies": {
"animate.css": "4.1.1",
Expand Down

0 comments on commit 2b6ad3b

Please sign in to comment.