diff --git a/config.xml b/config.xml index 424696153ad0fc8510f2dd9d91b688615ee76522..b977140164f75902fb3829be06621b55cac63297 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.1.20" - android-versionCode="8" + version="0.1.21" + android-versionCode="9" > <name>Cesium</name> <description> diff --git a/package.json b/package.json index e866f0e2a5f0683bcfb8dbaebd24306afa14ca98..c5f2abbdf32667f8bac61f7ec01c849484d70137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.1.20", + "version": "0.1.21", "description": "A webapp client for Duniter network", "dependencies": { "delete-empty": "^0.1.3", diff --git a/www/js/config.js b/www/js/config.js index 96078b23781c03ab7177953bae2bcfe0b584547d..4c81b2c2aecbd8584b9107a01f4ce265fa1c2465 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -13,8 +13,8 @@ angular.module("cesium.config", []) "NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug", "TIMEOUT": 4000, "DEBUG": false, - "VERSION": "0.1.20", - "BUILD_DATE": "2016-06-22T19:28:18.901Z" + "VERSION": "0.1.21", + "BUILD_DATE": "2016-06-23T20:55:34.090Z" }) ; \ No newline at end of file