diff --git a/package.json b/package.json index 7b4cdd0807892916748e8ba13a2db05f51377fa6..ecaaf78f2efc5906ef3e657b65a15eea76a0537a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucoin", - "version": "0.12.1", + "version": "0.12.2", "engines": { "node": ">=0.12 <0.13", "npm": ">=2.11" diff --git a/test/integration/branches.js b/test/integration/branches.js index 6192f6160372f3a2d12e9ca5b3cb781823940980..83372f9469917e8d58a925da4c542786f7443dd4 100644 --- a/test/integration/branches.js +++ b/test/integration/branches.js @@ -228,7 +228,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.12.1'); + res.should.have.property('ucoin').property('version').equal('0.12.2'); res.should.have.property('ucoin').property('forkWindowSize').equal(3); }); });