From 54fe1d917d99c2fe291d0c4516e627fc63651186 Mon Sep 17 00:00:00 2001 From: Adam Lynch Date: Sun, 9 Oct 2016 22:29:59 +0100 Subject: [PATCH] 3.1.2 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d1ebc235..d7dab3892 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ To get around it, run `ulimit -n 1024` (or add it to your `~/.bash_profile`). Fo See [CONTRIBUTING.md](CONTRIBUTING.md). ## Release History +- 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`. - 2016-08-28 `3.0.0` bumping graceful-fs-extra dependency to 2.0.0. diff --git a/package.json b/package.json index 0ee392c13..543333281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-builder", - "version": "3.1.1", + "version": "3.1.2", "description": "nw-builder", "main": "index.js", "scripts": {