Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-lynch committed Dec 12, 2014
1 parent 25c1128 commit 9d75f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ To get around it, run `ulimit -n 1024` (or add it to your `~/.bash_profile`). Fo
See [CONTRIBUTING.md](CONTRIBUTING.md).

## Release History
- 2014-12-12 `1.0.0` 64-bit support, improved platform-overrides and no more EMFILE errors.
- 2014-12-07 `0.4.0` macPlist CFBundleIdentifier is generated from `package.json` (see [#131](https://github.com/mllrsohn/node-webkit-builder/pull/131))
- 2014-11-14 `0.3.0` macPlist option improvements (see [#96](https://github.com/mllrsohn/node-webkit-builder/pull/96))
- 2014-10-30 `0.2.0` adds support for platform-specific manifest overrides (see [#94](https://github.com/mllrsohn/node-webkit-builder/pull/94))
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": "node-webkit-builder",
"version": "0.4.1",
"version": "1.0.0",
"description": "node-webkit-builder",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9d75f81

Please sign in to comment.