From 03e6580f78fd1a96af8ea13b137badf060780e30 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 22 May 2017 21:48:04 +0100 Subject: [PATCH] 3.2.3 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aedd8fc2..4bafd1a2f 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-05-22 `3.2.3` Fix for caching when a version is specified (thanks @piwonesien for the help). - 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. - 2017-05-16 `3.2.1` Fix: NW.js 0.22.0+ apps didn't open. - 2017-02-12 `3.2.0` Defaults to HTTPS now, added `manifestUrl` option, and bumped some dependencies. diff --git a/package.json b/package.json index 57c95c09b..b66ae6132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "3.2.2", + "version": "3.2.3", "description": "nw-builder", "main": "index.js", "scripts": {