Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Feb 11, 2018
1 parent c79f66a commit 683ac6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/information/version.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 683ac6a

Please sign in to comment.