From 683ac6a2f1c3eedf3908b1eb43f235ec9d23f342 Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Sun, 11 Feb 2018 15:34:17 -0500 Subject: [PATCH] Bump --- README.md | 1 + package.json | 2 +- src/information/version.test.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfecdc4..cbb5150 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,7 @@ Here is a table of each version of Node-FLIF and the corresponding version of FL node-flif | flif | flif-wasm :-- | :-- | :-- +1.0.1 | 0.3.0 | 1.0.7 1.0.0 | 0.3.0 | 1.0.7 0.2.0 | 0.3.0 | 1.0.3 0.1.0 | 0.3.0 | N/A diff --git a/package.json b/package.json index e438b6f..c5299d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-flif", - "version": "1.0.0", + "version": "1.0.1", "flifVersion": "0.3.0", "description": "A Node.js wrapper for the FLIF executable.", "main": "index.js", diff --git a/src/information/version.test.js b/src/information/version.test.js index ee5791b..9bcf752 100644 --- a/src/information/version.test.js +++ b/src/information/version.test.js @@ -4,7 +4,7 @@ function test () { var runAllTests = require('../testers/loopOverAllTestSets.js'); var testName = 'version'; var testData = [ - { expected: { nodeFLIF: '1.0.0', flif: '0.3.0' }, arguments: [''] } + { expected: { nodeFLIF: '1.0.1', flif: '0.3.0' }, arguments: [''] } ]; runAllTests(testName, 'information', testData);