From 426f7e1cc22a60380e9721cefe061972008920e9 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Sat, 8 Jul 2017 23:49:54 +0200 Subject: [PATCH] version module-0.3.6 --- lib/constants.js | 2 +- package.json | 2 +- views/about.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/constants.js b/lib/constants.js index 9f2a70f..d97be3b 100755 --- a/lib/constants.js +++ b/lib/constants.js @@ -1,7 +1,7 @@ "use strict"; module.exports = { - USE_WOTB6: false, + USE_WOTB6: true, MIN_WILLMEMBERS_UPDATE_FREQ: 180, MIN_MEMBERS_UPDATE_FREQ: 180, STEP_COUNT_MIN: 4, diff --git a/package.json b/package.json index a5d685d..0b79cde 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "duniter-currency-monit", - "version": "module-0.3.5", + "version": "module-0.3.6", "main": "index.js", "license": "AGPLv3", "dependencies": { diff --git a/views/about.html b/views/about.html index 881be9a..11638c3 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.5">module-0.3.5</a></div><br> +<div align="left">Version : <a href="https://github.com/duniter/duniter-currency-monit/releases/tag/module-0.3.6">module-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