Skip to content

Commit

Permalink
Release 0.4.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sethlu committed Jun 1, 2016
1 parent 0d04b23 commit ac96ace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ sign({
})
```

From release {Next Release}, [Bluebird] promises are introduced for better async method calls; the following is also available for use.
From release v0.4.0-beta, [Bluebird] promises are introduced for better async method calls; the following is also available for use.

```javascript
var signAsync = require('electron-osx-sign').signAsync
Expand Down Expand Up @@ -211,7 +211,7 @@ flat({
})
```

From release {Next Release}, [Bluebird] promises are introduced for better async method calls; the following is also available for use.
From release v0.4.0-beta, [Bluebird] promises are introduced for better async method calls; the following is also available for use.

```javascript
var flatAsync = require('electron-osx-sign').flatAsync
Expand Down Expand Up @@ -298,10 +298,10 @@ A successful testing should look something like:
```
$ npm test
> electron-osx-sign@0.3.1 pretest electron-osx-sign
> electron-osx-sign@0.4.0-beta pretest electron-osx-sign
> rimraf test/work
> electron-osx-sign@0.3.1 test electron-osx-sign
> electron-osx-sign@0.4.0-beta 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.3.1",
"version": "0.4.0-beta",
"description": "Code-signing for Electron-packed OS X apps.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit ac96ace

Please sign in to comment.