diff --git a/config.xml b/config.xml index 2f8fb856ff640e5a7271eb6867de7d66f22d019a..04af6a2642e7ffa0d886a8f27cac88cfd4d231a5 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="18000" id="fr.duniter.cesium" version="0.18.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="18100" id="fr.duniter.cesium" version="0.18.1" 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 0d85f47a99f95654a3a3c74f02def9f8dea406fd..a74bd0945ed01a739c8737a55ea4c85c0731f8b1 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.18.0" #lastest + echo "v0.18.1" #lastest } api_release_url() { diff --git a/package.json b/package.json index 843fcb029eefa2b5dd2a127187794066b6265332..bb9dfa3b15efba3d18753c3b2b7b18c23c2deb69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.18.0", + "version": "0.18.1", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index d860ce5a3c01109e5c8e65efad3bdf2217e52147..a0b36ea363e5511d53556a53c8215666b0040e10 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -69,8 +69,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.18.0", - "build": "2017-10-12T14:42:36.097Z", + "version": "0.18.1", + "build": "2017-10-14T08:34:48.232Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })