diff --git a/routes/willMembers.js b/routes/willMembers.js
index 8e5e52306efa498680f1d3a4e83fa7f814f33b1b..ecabbd0193e7fea38ecac0e70320a1ca15f71e64 100755
--- a/routes/willMembers.js
+++ b/routes/willMembers.js
@@ -58,7 +58,7 @@ module.exports = (req, res, next) => co(function *() {
 		cache.lockWillMembers = true;
 		
 		// Vérifier si le cache doit être Réinitialiser
-		let reinitCache = (!cache.lockWillMembers && Math.floor(Date.now() / 1000) > (cache.willMembersLastUptime + MIN_WILLMEMBERS_UPDATE_FREQ));
+		let reinitCache = (Math.floor(Date.now() / 1000) > (cache.willMembersLastUptime + MIN_WILLMEMBERS_UPDATE_FREQ));
 
 		if (reinitCache)
     {
diff --git a/views/about.html b/views/about.html
index b6a72f8acbf06f0ae7ad34549d9b0bfea963b767..0cd9fc3fe194d0a227be07b00e5e1db2fbb0863b 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.1">module-0.3.1</a></div><br>
+<div align="left">Version : <a href="https://github.com/duniter/duniter-currency-monit/releases/tag/module-0.3.2">module-0.3.2</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>