Skip to content

Commit a9ed78b

Browse files
AdamAdam
authored andcommitted
3.2.0
1 parent c764f97 commit a9ed78b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ 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-02-12 `3.2.0` Defaults to HTTPS now, added `manifestUrl` option, and bumped some dependencies.
292293
- 2016-10-09 `3.1.2` Fix for passing array as files option when running app (plus some security fixes).
293294
- 2016-10-09 `3.1.1` Fix for flavor feature when using CLI.
294295
- 2016-09-14 `3.1.0` Ability to select any flavor of NW.js, not just `sdk`.

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.1.3",
3+
"version": "3.2.0",
44
"description": "nw-builder",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)