From 1b898d3ef383a3d4bb50187e90d16deef8cdd90f Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Tue, 29 Mar 2016 20:52:01 +0200 Subject: [PATCH] v0.20.0a32 --- appveyor.yml | 2 +- gui/package.json | 4 ++-- package.json | 2 +- test/integration/branches.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a6b18c3e8..76279ec49 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -72,7 +72,7 @@ artifacts: name: Duniter deploy: - release: v0.20.0a31 + release: v0.20.0a32 provider: GitHub auth_token: secure: Vp/M0r0i1yhGR2nhrPWEbTiDIF6r0cmwbNDFZUzdFe5clWxPXtuC0lgIpOQI78zt diff --git a/gui/package.json b/gui/package.json index 858de497a..b5c8a7f9e 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,10 +1,10 @@ { - "name": "v0.20.0a31", + "name": "v0.20.0a32", "main": "index.html", "node-main": "../bin/ucoind", "window": { "icon": "duniter.png", - "title": "v0.20.0a31", + "title": "v0.20.0a32", "width": 800, "height": 800, "min_width": 750, diff --git a/package.json b/package.json index 8331640b4..681b6bb59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucoin", - "version": "0.20.0a31", + "version": "0.20.0a32", "engines": { "node": ">=4.2.0", "npm": ">=2.11" diff --git a/test/integration/branches.js b/test/integration/branches.js index e46f485a6..e7f92fe38 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.0a31'); + res.should.have.property('ucoin').property('version').equal('0.20.0a32'); res.should.have.property('ucoin').property('forkWindowSize').equal(3); }); }); -- GitLab