diff --git a/config.xml b/config.xml index 82041a85fb0d5f452b9af6b832f6aacb1e623696..45a338c77cc093c397dd797dc5ffbe2a02d67100 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="102002" id="fr.duniter.cesium" version="1.test.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="102003" id="fr.duniter.cesium" version="1.test.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Cesium</name> <description> An simple App for Duniter wallet diff --git a/install.sh b/install.sh index 47d099026a89a5ec8ac1c63bf3c2ecdb26ca0159..a9dd3fc9192227d43b4c6a3462fc7fe0ef89b60f 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v1.test.3" #lastest + echo "v1.2.3" #lastest } api_release_url() { diff --git a/www/js/config.js b/www/js/config.js index 7922f5259ada3ae48e920e2d27e4b9c9dc5f6c5e..cdafa87a439a7e968b13fbff8e09461b1c35693b 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -89,7 +89,7 @@ angular.module("cesium.config", []) } }, "version": "1.test.3", - "build": "2018-10-31T03:44:33.306Z", + "build": "2018-11-05T10:15:05.485Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" })