Skip to content

Commit

Permalink
Release 0.4.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
sethlu committed Jun 1, 2016
1 parent fd7872d commit 53b4f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ A successful testing should look something like:
```
$ npm test
> electron-osx-sign@0.4.0-beta pretest electron-osx-sign
> electron-osx-sign@0.4.0-beta2 pretest electron-osx-sign
> rimraf test/work
> electron-osx-sign@0.4.0-beta test electron-osx-sign
> electron-osx-sign@0.4.0-beta2 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.4.0-beta",
"version": "0.4.0-beta2",
"description": "Code-signing for Electron-packed OS X apps.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 53b4f98

Please sign in to comment.