diff --git a/config.xml b/config.xml index a26853b9e1dff4c5c446ac89c9033e80a8487398..e26a6abde367bce07fda644e9b16e416655d5507 100644 --- a/config.xml +++ b/config.xml @@ -3,8 +3,8 @@ xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="fr.duniter.cesium" - version="0.3.8" - android-versionCode="308" + version="0.3.9" + android-versionCode="309" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 7e47704e3a08b84a8afa68d9d7495dfb10121469..b4eefb44cd699d74aa101c40ed935e356fd0c941 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.3.8" #lastest + echo "v0.3.9" #lastest } api_release_url() { diff --git a/package.json b/package.json index 4bd7202e015573ffa1c6199fd9601911d7e8bf04..434f3b77a8d8946bc92098e9c17407cf982ef367 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.3.8", + "version": "0.3.9", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 6c44ecb3a906730a9d0b586cb3392fb4ffc12e70..72e5ef79628f92835cd91c3acc97080d0db0b13f 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -28,8 +28,8 @@ angular.module("cesium.config", []) "port": "80" } }, - "version": "0.3.8", - "build": "2016-09-29T16:41:11.124Z", + "version": "0.3.9", + "build": "2016-09-29T18:27:30.195Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })