Skip to content

Commit

Permalink
Merge pull request #95 from ekonstantinidis/prepare-0.0.17
Browse files Browse the repository at this point in the history
Prepare 0.0.17
  • Loading branch information
ekonstantinidis committed Sep 18, 2015
2 parents 8edfbca + 2852dcf commit f7a7062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Release 0.0.16",
"url": "https://github.com/ekonstantinidis/gitify/releases/download/0.0.16/gitify-osx.zip"
"name": "Release 0.0.17",
"url": "https://github.com/ekonstantinidis/gitify/releases/download/0.0.17/gitify-osx.zip"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitify",
"version": "0.0.16",
"version": "0.0.17",
"description": "GitHub Notifications on your menu bar.",
"main": "main.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"watch-js": "watchify -t babelify src/js/app.js -o build/js/app.js -v",
"watch": "npm run build && grunt build && npm run watch-js & grunt watch",
"start": "electron .",
"dist": "electron-packager . Gitify --overwrite --platform=darwin --arch=x64 --version=0.31.0 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage' && bash scripts/codesign.bash",
"dist": "electron-packager . Gitify --overwrite --platform=darwin --arch=x64 --version=0.32.3 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage' && bash scripts/codesign.bash",
"lint": "eslint 'src/js/' 'src/js/app.js' 'main.js'",
"test": "npm run lint && jest"
},
Expand Down

0 comments on commit f7a7062

Please sign in to comment.