Skip to content

Commit f7a7062

Browse files
Merge pull request #95 from ekonstantinidis/prepare-0.0.17
Prepare 0.0.17
2 parents 8edfbca + 2852dcf commit f7a7062

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

auto_updater.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "Release 0.0.16",
3-
"url": "https://github.com/ekonstantinidis/gitify/releases/download/0.0.16/gitify-osx.zip"
2+
"name": "Release 0.0.17",
3+
"url": "https://github.com/ekonstantinidis/gitify/releases/download/0.0.17/gitify-osx.zip"
44
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "GitHub Notifications on your menu bar.",
55
"main": "main.js",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"watch-js": "watchify -t babelify src/js/app.js -o build/js/app.js -v",
1010
"watch": "npm run build && grunt build && npm run watch-js & grunt watch",
1111
"start": "electron .",
12-
"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",
12+
"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",
1313
"lint": "eslint 'src/js/' 'src/js/app.js' 'main.js'",
1414
"test": "npm run lint && jest"
1515
},

0 commit comments

Comments
 (0)