Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmenezes committed Apr 2, 2020
1 parent e8caafc commit cd9e911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"publish": "electron-forge publish",
"postinstall": "electron-builder install-app-deps",
"release": "electron-builder --mac --windows --linux --publish always",
"ci:release": "git commit -am v1.1.0 && git tag v1.1.0; git push origin master && git push origin master --tags",
"ci:release": "git commit -am v2.0.0 && git tag v2.0.0; git push origin master && git push origin master --tags",
"lint": "echo \"No linting configured\""
},
"keywords": [],
Expand Down

0 comments on commit cd9e911

Please sign in to comment.