diff --git a/config.xml b/config.xml index e5342200272df8df63c40e45fcf0574aa8bb2fff..b164543738b86a18ec179767b551f28282957b3e 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="15500" id="fr.duniter.cesium" version="0.15.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="15600" id="fr.duniter.cesium" version="0.15.6" 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 3f763e2fcb2524f2fd119856cd1aef22b852bdfa..4c00ce1d7b7eed0c2bb68c770e5f6898b5926201 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.15.5" #lastest + echo "v0.15.6" #lastest } api_release_url() { diff --git a/package.json b/package.json index 0ecc0dd65df2b1efc16838cf6a686a977b4975e2..d26942b55d82024258d02817a69ee191df7a554d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.15.5", + "version": "0.15.6", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 219300f97e6cc1e65d83e233e04b68b4f3d7457b..24a6a31f2c0d33f64a29f77acc0daa7d9116da04 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -65,8 +65,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.15.5", - "build": "2017-08-09T10:46:18.654Z", + "version": "0.15.6", + "build": "2017-08-10T08:29:12.038Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })