diff --git a/config.xml b/config.xml index c8a40fa1db0c5287d575e4b459472c91976a5dcf..4ffa15b6c2a88a0203979e1d6446236636323ffb 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.6" - android-versionCode="306" + version="0.3.7" + android-versionCode="307" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 851b413113610797dc3adff8499d26f3d7bfa34f..803225e5481e76c38d170e99ef2bbf73a228ee0b 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.3.6" #lastest + echo "v0.3.7" #lastest } api_release_url() { diff --git a/package.json b/package.json index 262502025236468d65a92f2aa1c4ad22f9cf9ff2..491910a6fe779deff974aa8897ce6ba8f5e2609e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.3.6", + "version": "0.3.7", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 3bff38dd4056654fa4bb3460836e2ff499c114ed..aff9931325c5b2fa5ca93af3fea21a9d0b29cb24 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -29,7 +29,7 @@ angular.module("cesium.config", []) } }, "version": "0.3.7", - "build": "2016-09-29T16:28:41.193Z", + "build": "2016-09-29T16:31:44.030Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })