diff --git a/appveyor.yml b/appveyor.yml
index b9e4ae24701b49927baa879379bd48b0c952a55f..4f0400de12aa7abcf20295cea8105a00fdd2f264 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -72,7 +72,7 @@ artifacts:
     name: Duniter
 
 deploy:
-  release: v0.20.0a28
+  release: v0.20.0a29
   provider: GitHub
   auth_token:
     secure: Vp/M0r0i1yhGR2nhrPWEbTiDIF6r0cmwbNDFZUzdFe5clWxPXtuC0lgIpOQI78zt
diff --git a/gui/package.json b/gui/package.json
index f2bcfb63fd576e8d4d3013304ac16722f0dceb32..92f8c38f9c4944413f484b9549f163e2ca33477e 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,10 +1,10 @@
 {
-  "name": "v0.20.0a28",
+  "name": "v0.20.0a29",
   "main": "index.html",
   "node-main": "../sources/bin/ucoind",
   "window": {
     "icon": "duniter.png",
-    "title": "v0.20.0a28",
+    "title": "v0.20.0a29",
     "width": 800,
     "height": 800,
     "min_width": 750,
diff --git a/package.json b/package.json
index 79ea604edab2e46dc2c290c8d1a52b030ed16b68..e6c6d9cf1d7129b92320d8caa085ccd2c2a90b9b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ucoin",
-  "version": "0.20.0a28",
+  "version": "0.20.0a29",
   "engines": {
     "node": ">=4.2.0",
     "npm": ">=2.11"
diff --git a/test/integration/branches.js b/test/integration/branches.js
index 40f231867913e580f4592e0bb7a8a557cb58da97..405c97b33ae9aece13e13c93e81cf9d93f75d35c 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.0a28');
+        res.should.have.property('ucoin').property('version').equal('0.20.0a29');
         res.should.have.property('ucoin').property('forkWindowSize').equal(3);
       });
     });