diff --git a/config.xml b/config.xml index 579aa8cded4d48f09449847b0e3ee8f56e6925cd..825736cf05cc5753dd99f1c8408520c9177e47b4 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.1" - android-versionCode="401" + version="0.4.2" + android-versionCode="402" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index f54aba3dceaf9ee1eea9e3e7a13a8f071f8f6fd5..0baa52c83f0c2ad4725834a14b762c4ae9d066e6 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.4.1" #lastest + echo "v0.4.2" #lastest } api_release_url() { diff --git a/package.json b/package.json index e27f46969006f6d4d5deccdecba41e895ba1536a..3c65091b9761476b7f86a34f54f5d8aad395b578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.4.1", + "version": "0.4.2", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index cfb0d807de00cfc9afc22da73fca2b7834aa6715..9edd5ae7d2ab148d324de50f459fdee561fa907e 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -33,8 +33,8 @@ angular.module("cesium.config", []) "port": "80" } }, - "version": "0.4.1", - "build": "2016-10-21T17:05:49.647Z", + "version": "0.4.2", + "build": "2016-10-24T14:23:42.931Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })