From a9ed78b49cea6c8019dd88c85403a46a4ddfdbb6 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 12 Feb 2017 02:01:44 +0000 Subject: [PATCH] 3.2.0 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c99e7762..771922fa4 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ To get around it, run `ulimit -n 1024` (or add it to your `~/.bash_profile`). Fo See [CONTRIBUTING.md](CONTRIBUTING.md). ## Release History +- 2017-02-12 `3.2.0` Defaults to HTTPS now, added `manifestUrl` option, and bumped some dependencies. - 2016-10-09 `3.1.2` Fix for passing array as files option when running app (plus some security fixes). - 2016-10-09 `3.1.1` Fix for flavor feature when using CLI. - 2016-09-14 `3.1.0` Ability to select any flavor of NW.js, not just `sdk`. diff --git a/package.json b/package.json index c10bd538b..fce66c50c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "3.1.3", + "version": "3.2.0", "description": "nw-builder", "main": "index.js", "scripts": {