We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e416047 commit e740857Copy full SHA for e740857
README.md
@@ -385,10 +385,10 @@ A successful testing should look something like:
385
```
386
$ npm test
387
388
-> electron-osx-sign@0.4.10 pretest electron-osx-sign
+> electron-osx-sign@0.4.11 pretest electron-osx-sign
389
> rimraf test/work
390
391
-> electron-osx-sign@0.4.10 test electron-osx-sign
+> electron-osx-sign@0.4.11 test electron-osx-sign
392
> standard && tape test
393
394
Calling electron-download before running tests...
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "electron-osx-sign",
3
- "version": "0.4.10",
+ "version": "0.4.11",
4
"description": "Codesign Electron macOS apps",
5
"main": "index.js",
6
"bin": {
0 commit comments