From 5a6f8f9a4bc924516e3e6c5beb6d28ce96e965ca Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Wed, 5 Jul 2017 22:36:57 +0200
Subject: [PATCH] [mod] package.json : upgrade duniter dependency to 1.3.14

---
 package.json     | 6 +++---
 views/about.html | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 22ca8c5..f828940 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "duniter-currency-monit",
-  "version": "0.3.2",
+  "version": "module-0.3.4",
   "main": "index.js",
   "license": "AGPLv3",
   "dependencies": {
@@ -24,13 +24,13 @@
     "ws": "1.1.1"
   },
   "devDependencies": {
-    "duniter": "1.3.9",
+    "duniter": "1.3.14",
     "duniter-bma": "1.3.x",
     "duniter-crawler": "1.3.x",
     "duniter-keypair": "1.3.x",
     "duniter-prover": "1.3.x"
   },
   "peerDependencies": {
-    "duniter": "1.3.13"
+    "duniter": "1.3.14"
   }
 }
diff --git a/views/about.html b/views/about.html
index 5b50287..f3a27b0 100755
--- a/views/about.html
+++ b/views/about.html
@@ -31,7 +31,7 @@ ${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD}
   <a href="https://github.com/duniter/duniter-currency-monit/blob/master/LICENSE">License AGPL V 3.0</a><br>
   <a href="https://github.com/duniter/duniter-currency-monit/">github repository</a>
 </div><br>
-<div align="left">Version : <a href="https://github.com/duniter/duniter-currency-monit/releases/tag/module-0.3.3">module-0.3.3</a></div><br>
+<div align="left">Version : <a href="https://github.com/duniter/duniter-currency-monit/releases/tag/module-0.3.4">module-0.3.4</a></div><br>
 <div align="left">Author : <a href="https://github.com/librelois">Éloïs Librelois</a></div><br>
 <div align="left">Contributors : <a href="https://github.com/jytou">jytou</a> (translator), <a href="https://github.com/devingfx">devingfx</a> (frontend), <a href="https://github.com/c-geek">cgeek</a> (willMembers and wotex),<a href="https://github.com/M5oul">M5oul</a> (adjustments)</div><br>
 <br>
-- 
GitLab