From e5eaee20915fcc36ad3681b3842386bccf1b28ca Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Tue, 25 Jul 2017 17:15:00 +0200 Subject: [PATCH] v0.4.1 --- views/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/about.html b/views/about.html index 9c801c0..1f6a7c9 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://github.com/duniter/duniter-currency-monit/releases/tag/0.4">0.4</a></div><br> +<div align="left">${LANG['VERSION']} : <a href="https://github.com/duniter/duniter-currency-monit/releases/tag/0.4.1">0.4.1</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