From acddd9760dd10bb21c96ced305838f8447fda99a Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 23 Jun 2016 22:55:57 +0200 Subject: [PATCH] prepare release 0.1.21 --- config.xml | 4 ++-- package.json | 2 +- www/js/config.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index 42469615..b9771401 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 e866f0e2..c5f2abbd 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 96078b23..4c81b2c2 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 -- GitLab