Skip to content

Commit

Permalink
v1.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
c-geek committed Feb 25, 2018
1 parent b087844 commit 1f3c3e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Duniter 1.6.18</title>
<title>Duniter 1.6.19</title>
<style>
html {
font-family: "Courier New", Courier, monospace;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duniter",
"version": "1.6.18",
"version": "1.6.19",
"engines": {
"node": ">=8.2.1 <10",
"npm": ">=3.10"
Expand All @@ -12,7 +12,7 @@
"node-main": "./bin/duniter",
"window": {
"icon": "duniter.png",
"title": "v1.6.18",
"title": "v1.6.19",
"width": 800,
"height": 800,
"min_width": 750,
Expand Down
2 changes: 1 addition & 1 deletion release/arch/windows/duniter.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#error "Unable to find MyAppExe"
#endif

#define MyAppVerStr "v1.6.18"
#define MyAppVerStr "v1.6.19"

[Setup]
AppName={#MyAppName}
Expand Down
2 changes: 1 addition & 1 deletion release/extra/debian/package/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: duniter
Version: 1.6.18
Version: 1.6.19
Depends: unzip
Section: misc
Priority: optional
Expand Down

0 comments on commit 1f3c3e1

Please sign in to comment.