Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c-geek committed Aug 8, 2017
1 parent 29b1fff commit 7c8527e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gui/index.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Duniter 1.3.13</title>
<title>Duniter 1.4.0</title>
<style>
html {
font-family: "Courier New", Courier, monospace;
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "duniter",
"version": "1.3.13",
"version": "1.4.0",
"engines": {
"node": ">=6.11.1",
"npm": ">=3.10"
Expand All @@ -12,7 +12,7 @@
"node-main": "./bin/duniter",
"window": {
"icon": "duniter.png",
"title": "v1.3.13",
"title": "v1.4.0",
"width": 800,
"height": 800,
"min_width": 750,
Expand Down Expand Up @@ -67,6 +67,7 @@
"cors": "2.8.2",
"daemonize2": "0.4.2",
"ddos": "0.1.16",
"duniter-ui": "^1.3.11",
"errorhandler": "1.5.0",
"event-stream": "3.3.4",
"express": "4.15.2",
Expand Down
2 changes: 1 addition & 1 deletion release/arch/debian/package/DEBIAN/control
@@ -1,5 +1,5 @@
Package: duniter
Version: 1.3.13
Version: 1.4.0
Section: misc
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion release/arch/windows/duniter.iss
Expand Up @@ -15,7 +15,7 @@
#error "Unable to find MyAppExe"
#endif

#define MyAppVerStr "v1.3.13"
#define MyAppVerStr "v1.4.0"

[Setup]
AppName={#MyAppName}
Expand Down
2 changes: 1 addition & 1 deletion test/integration/branches.js
Expand Up @@ -51,7 +51,7 @@ describe("Branches", () => co(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('duniter').property('software').equal('duniter');
res.should.have.property('duniter').property('version').equal('1.3.13');
res.should.have.property('duniter').property('version').equal('1.4.0');
res.should.have.property('duniter').property('forkWindowSize').equal(3);
});
});
Expand Down

3 comments on commit 7c8527e

@librelois
Copy link
Contributor

@librelois librelois commented on 7c8527e Aug 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you take advantage of this major version for upgrade wotb dependence to 0.6.x ?
It seems to me that it asks for no change of code :)

@c-geek
Copy link
Member Author

@c-geek c-geek commented on 7c8527e Aug 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wooops! I had no issue on milestone 1.4.0 to recall me this point. Good catch!

@c-geek
Copy link
Member Author

@c-geek c-geek commented on 7c8527e Aug 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #1061

Please sign in to comment.