diff --git a/lib/constants.js b/lib/constants.js index 9f2a70fe3a6f4964f91aaa268249d394e3894801..d97be3bd6a649d7076c3831954cbd5d44d91937e 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 a5d685da59d9671c4ed7abde4fc8d44495318c21..0b79cdebd195185d20e8196d993e3110774e1c36 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 881be9aa5da9ad2a2d7d0da5559a5fb5af509624..11638c3b0e81a804430e693e333ea107bb171d6c 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>