From 3be739a2ed2a14cc279b142e1edf5a33b58d6760 Mon Sep 17 00:00:00 2001 From: Gilbert Date: Fri, 25 May 2018 18:57:18 -0500 Subject: [PATCH] Bump version to 2.2.1 Forgot to add new file to npm --- bsconfig.json | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bsconfig.json b/bsconfig.json index a63f284..8beb468 100644 --- a/bsconfig.json +++ b/bsconfig.json @@ -2,7 +2,7 @@ // BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, with the extra support of comments and trailing commas. { "name": "reason-future", - "version": "2.2.0", + "version": "2.2.1", "sources": [{ "dir" : "src", "subdirs" : true diff --git a/package.json b/package.json index ba47336..9029275 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reason-future", - "version": "2.2.0", + "version": "2.2.1", "scripts": { "build": "bsb -make-world", "start": "bsb -make-world -w", @@ -10,6 +10,7 @@ "files": [ "src/Future.re", "src/FutureResult.re", + "src/FutureJs.re", "bsconfig.json", "README.md" ],