From 02ce344f251a4b3f6beac9c46eaa33b0e79878bc Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Sun, 9 Jul 2017 00:13:38 +0200
Subject: [PATCH] [fix] change version by a format accepted by npm

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

diff --git a/package.json b/package.json
index 648a10d..eb16f0a 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "duniter-currency-monit",
-  "version": "module-0.3.6b",
+  "version": "0.3.6",
   "main": "index.js",
   "license": "AGPLv3",
   "dependencies": {
diff --git a/views/about.html b/views/about.html
index 1f0d725..bfe6a30 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.6b">module-0.3.6b</a></div><br>
+<div align="left">Version : <a href="https://github.com/duniter/duniter-currency-monit/releases/tag/0.3.6">0.3.6</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