Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed Mar 18, 2020
1 parent c8d659e commit 51e5a7d
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,6 +1,6 @@
{
"name": "netlify-menubar",
"version": "1.9.0",
"version": "1.9.1",
"description": "A menubar app to keep track of Netlify builds",
"author": "stefan judis <[email protected]>",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"test:ci": "npm run test && codecov",
"pack": "tsc && electron-builder --dir -m",
"dist": "tsc && electron-builder -m",
"release": "tsc && build",
"release": "tsc && electron-builder",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
Expand Down

0 comments on commit 51e5a7d

Please sign in to comment.