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

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmenezes committed Mar 5, 2020
1 parent 506a619 commit fb0c88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-screen-recorder",
"productName": "electron-screen-recorder",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Desktop screen recorder app built using web technologies",
"main": "src/main/index.js",
"scripts": {
Expand All @@ -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.0.0 && git tag v1.0.0 && git push && git push --tags",
"ci:release": "git commit -am v1.1.0 && git tag v1.1.0 && git push && git push --tags",
"lint": "echo \"No linting configured\""
},
"keywords": [],
Expand Down

0 comments on commit fb0c88c

Please sign in to comment.