Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Merino committed Oct 30, 2017
1 parent 9fd7e10 commit aa4bd5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ printf '\nFinished copying source files\n\n'
# printf '\nFinished copying node modules\n\n'

# Build electron app
electron-packager ./build --platform=darwin --arch=x64 --overwrite --app-version=1.3.1 --icon=./app-icon.icns --no-prune
electron-packager ./build --platform=darwin --arch=x64 --overwrite --app-version=1.3.2 --icon=./app-icon.icns --no-prune
printf '\nFinished building electron app\n'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "project-timer",
"version": "1.3.1",
"version": "1.3.2",
"productName": "Project Timer",
"description": "A small timer app that can add timers for multiple projects.",
"main": "index.js",
Expand Down

0 comments on commit aa4bd5b

Please sign in to comment.