Skip to content

Commit e740857

Browse files
committed
Release 0.4.11
1 parent e416047 commit e740857

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,10 @@ A successful testing should look something like:
385385
```
386386
$ npm test
387387
388-
> electron-osx-sign@0.4.10 pretest electron-osx-sign
388+
> electron-osx-sign@0.4.11 pretest electron-osx-sign
389389
> rimraf test/work
390390
391-
> electron-osx-sign@0.4.10 test electron-osx-sign
391+
> electron-osx-sign@0.4.11 test electron-osx-sign
392392
> standard && tape test
393393
394394
Calling electron-download before running tests...

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-osx-sign",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "Codesign Electron macOS apps",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)