Skip to content

Commit

Permalink
Merge pull request #143 from iLib-js/fixBuild
Browse files Browse the repository at this point in the history
v14.0 -> v14.1
  • Loading branch information
ehoogerbeets authored Oct 11, 2018
2 parents 23ea499 + a50cf5f commit 60f26cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/test/root/testglobal.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports.testglobal = {

testGetVersion: function(test) {
test.expect(1);
test.equal(ilib.getVersion().substring(0,4), "14.0");
test.equal(ilib.getVersion().substring(0,4), "14.1");
test.done();
},

Expand Down

0 comments on commit 60f26cf

Please sign in to comment.