diff --git a/config.xml b/config.xml index d6d23106d24f2f8ede319c7afd2b6f1d4a0a6ccd..399b88f07d19edc6e8f105704fbae887d51d361e 100644 --- a/config.xml +++ b/config.xml @@ -1,10 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget - android-versionCode="12800" - id="fr.duniter.cesium" - version="0.12.8" - xmlns="http://www.w3.org/ns/widgets" - xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="12900"> <name>Cesium</name> <description> An simple App for Duniter wallet diff --git a/install.sh b/install.sh index f865a91f20f523cfa28d4b1acd9e86efe54f933f..c283b62250d86c5221d6d52fdd0eb7240a682ca9 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.12.8" #lastest + echo "v0.12.9" #lastest } api_release_url() { diff --git a/package.json b/package.json index 72e6919607fd533a3fce7422ef98cff057ee315c..269a86afbe4262d8f0dc542edd292e29f2628e16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.12.8", + "version": "0.12.9", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 9f06c343827e9eac427cb6de98423273f1d89e33..6c6faf02771ba6cc88fc45f2f5668c3eb759f5d1 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -60,7 +60,7 @@ angular.module("cesium.config", []) } }, "version": "0.12.9", - "build": "2017-06-09T06:44:15.139Z", + "build": "2017-06-09T07:06:10.583Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })