Skip to content

Commit

Permalink
7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 10, 2016
1 parent 9e42656 commit 7054c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [7.3.0] - 2016-07-10

### Added

* `asar` options can be specified as an `Object` (via the API) or with dot notation (via the CLI) -
Expand Down Expand Up @@ -179,6 +181,7 @@

For versions prior to 5.2.0, please see `git log`.

[7.3.0]: https://github.com/electron-userland/electron-packager/compare/v7.2.0...v7.3.0
[7.2.0]: https://github.com/electron-userland/electron-packager/compare/v7.1.0...v7.2.0
[7.1.0]: https://github.com/electron-userland/electron-packager/compare/v7.0.4...v7.1.0
[7.0.4]: https://github.com/electron-userland/electron-packager/compare/v7.0.3...v7.0.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "7.2.0",
"version": "7.3.0",
"description": "Package and distribute your Electron app with OS-specific bundles (.app, .exe etc) via JS or CLI",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 7054c8c

Please sign in to comment.