File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
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"
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitify" ,
3
- "version" : " 0.0.16 " ,
3
+ "version" : " 0.0.17 " ,
4
4
"description" : " GitHub Notifications on your menu bar." ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
9
9
"watch-js" : " watchify -t babelify src/js/app.js -o build/js/app.js -v" ,
10
10
"watch" : " npm run build && grunt build && npm run watch-js & grunt watch" ,
11
11
"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" ,
13
13
"lint" : " eslint 'src/js/' 'src/js/app.js' 'main.js'" ,
14
14
"test" : " npm run lint && jest"
15
15
},
You can’t perform that action at this time.
0 commit comments