Skip to content

Commit 4aacb7f

Browse files
committed
3.2.2
1 parent ecc3e2f commit 4aacb7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ To get around it, run `ulimit -n 1024` (or add it to your `~/.bash_profile`). Fo
289289
See [CONTRIBUTING.md](CONTRIBUTING.md).
290290

291291
## Release History
292-
- 2017-05-16 `3.2.1` Fix: NW.js 0.22.0+ apps didn't open
292+
- 2017-05-20 `3.2.2` Fix: when using the `nwbuild` in run mode, the `-p` option was ignored and the current platform was always used.
293+
- 2017-05-16 `3.2.1` Fix: NW.js 0.22.0+ apps didn't open.
293294
- 2017-02-12 `3.2.0` Defaults to HTTPS now, added `manifestUrl` option, and bumped some dependencies.
294295
- 2016-10-09 `3.1.2` Fix for passing array as files option when running app (plus some security fixes).
295296
- 2016-10-09 `3.1.1` Fix for flavor feature when using CLI.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nw-builder",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "nw-builder",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)