diff --git a/config.xml b/config.xml index ed63b3e1726145dd88fdb6e92995a94d7ac9575a..b56f10143ad0468ae5cdbb3b03b2f20ca3f63452 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.4.4" - android-versionCode="404" + version="0.4.5" + android-versionCode="405" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 43746abb973c6b8e3953f7759f9fa85f2a17b6fb..0617132e1fc08a4557f4c76a0b06f99da079e8e2 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.4.4" #lastest + echo "v0.4.5" #lastest } api_release_url() { diff --git a/package.json b/package.json index 5625d8f149f034521b38a5f7e9f041d37d3b2210..de10415f08e50cf01e6b7b9b9b742d93df5ea2e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.4.4", + "version": "0.4.5", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 80d7d28b7a56167952fdce2d84f9993dbe4f7790..51441ab2a522ac86c526554ad641c9fd1c724872 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -36,8 +36,8 @@ angular.module("cesium.config", []) "port": "80" } }, - "version": "0.4.4", - "build": "2016-10-28T14:05:10.273Z", + "version": "0.4.5", + "build": "2016-10-28T19:48:03.388Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })