diff --git a/config.xml b/config.xml index b977140164f75902fb3829be06621b55cac63297..c2fc51bac4dcc15c14d6ec9d285a5bb116f8e942 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.21" - android-versionCode="9" + version="0.1.22" + android-versionCode="10" > <name>Cesium</name> <description> diff --git a/package.json b/package.json index 2d18ee7c67b5f023351875940cbf1305c59d7c56..5bb39c0044ff7c1dfc5245227011e6c125f6076a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.1.21", + "version": "0.1.22", "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 14d590db130c52c32edfc44d7e4c335d50efd00e..23c4241cf01c30459f55a0d06b04322af6631b28 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.21", - "BUILD_DATE": "2016-06-23T20:56:11.753Z" + "VERSION": "0.1.22", + "BUILD_DATE": "2016-06-29T16:44:23.924Z" }) ; \ No newline at end of file