diff --git a/config.xml b/config.xml index f27c2633a3e51f51cb6cbcb3bf1c0629e5771aeb..40819fc4cceaa9e6687982fbfcfeef4f7b4e4c63 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="15200" id="fr.duniter.cesium" version="0.15.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="15400" id="fr.duniter.cesium" version="0.15.4" 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 1c33ab81177e9e2e4fb8fff30901053e21ae5854..1e0f56b18e08bcaeb0fb86d2269dcab3c561117c 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.15.3" #lastest + echo "v0.15.4" #lastest } api_release_url() { diff --git a/package.json b/package.json index b22ce3e1ec0ab5a26bd0013a63fbdc9ae3416595..e196e9152f590ddc9b13b62419baaa906acaf840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.15.3", + "version": "0.15.4", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 5a330281fe98efae214a60d3f745bcf16ced0da4..bd11f4170a8c917af954900bbe2ca3fc8657d736 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -59,8 +59,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.15.3", - "build": "2017-08-02T18:53:38.178Z", + "version": "0.15.4", + "build": "2017-08-07T12:30:30.986Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })