diff --git a/package.json b/package.json index bfbd69ae300c8361f879846aed9036345e3b8367..bf0a893cada333d90da73c9e4cd2e981c3704b5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucoin", - "version": "0.20.0a14", + "version": "0.20.0a15", "engines": { "node": ">=4.2.0", "npm": ">=2.11" diff --git a/test/integration/branches.js b/test/integration/branches.js index 2271efc62a847d6a3ec77c50661dfccefabef323..4589e15d116904e7061d2c2aa56693c56e1507c2 100644 --- a/test/integration/branches.js +++ b/test/integration/branches.js @@ -225,7 +225,7 @@ describe("Branches", function() { it('should have a 3 blocks fork window size', function() { return expectAnswer(rp('http://127.0.0.1:7778/node/summary', { json: true }), function(res) { res.should.have.property('ucoin').property('software').equal('ucoind'); - res.should.have.property('ucoin').property('version').equal('0.20.0a14'); + res.should.have.property('ucoin').property('version').equal('0.20.0a15'); res.should.have.property('ucoin').property('forkWindowSize').equal(3); }); });