Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethlu committed Feb 15, 2016
1 parent d01175b commit b8d3e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ A successful testing should look something like:
```
$ npm test
> electron-sign@0.1.6 test electron-osx-sign
> electron-osx-sign@0.2.0 test electron-osx-sign
> standard && tape test
Calling electron-download before running tests...
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-osx-sign",
"version": "0.1.6",
"version": "0.2.0",
"description": "Code-signing for Electron-packed OS X apps.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit b8d3e4d

Please sign in to comment.