From c441d83081ba9d4d3471ead376674f89de44887a Mon Sep 17 00:00:00 2001 From: Bertrand Presles <bertrand.presles.externe@capgemini.com> Date: Tue, 27 Apr 2021 00:11:06 +0200 Subject: [PATCH] fix config.js --- www/js/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/config.js b/www/js/config.js index 6240d63b8..3b2be6353 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -107,8 +107,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "1.6.12", - "build": "2021-04-26T21:45:11.899Z", + "version": "1.6.13", + "build": "2021-04-26T22:09:07.231Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) -- GitLab