From 2f8d71186a85042a0e42e5859c72ece49bbbc12f Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Wed, 14 Mar 2018 13:04:57 +0100
Subject: [PATCH] v0.4.12

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

diff --git a/package.json b/package.json
index e2c07d5..cb9d49b 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "duniter-currency-monit",
-  "version": "0.4.11",
+  "version": "0.4.12",
   "main": "index.js",
   "license": "AGPLv3",
   "dependencies": {
diff --git a/views/about.html b/views/about.html
index a327313..39a8773 100755
--- a/views/about.html
+++ b/views/about.html
@@ -7,7 +7,7 @@ ${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD}
 ${printMenu(MENU_LANG, help, "ABOUT")}
 
 </form>
-<div align="left">${LANG['VERSION']} : <a href="https://git.duniter.org/nodes/typescript/modules/duniter-currency-monit/tree/v0.4.11">0.4.11</a></div><br>
+<div align="left">${LANG['VERSION']} : <a href="https://git.duniter.org/nodes/typescript/modules/duniter-currency-monit/tree/v0.4.12">0.4.12</a></div><br>
 <div align="left">${LANG['AUTHOR']} : <a href="https://github.com/librelois">Éloïs Librelois</a></div><br>
 <div align="left"><small>${LANG['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)</small></div><br>
 <div align="left">
-- 
GitLab