From be5c7ea2bfcc93d9209ef4638f23c0f8135d49be Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 23 Aug 2016 09:07:01 +0200 Subject: [PATCH] release 0.2.2 --- 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 17450f2b..7136d1f7 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.2.1" - android-versionCode="210" + version="0.2.2" + android-versionCode="220" > <name>Cesium</name> <description> diff --git a/package.json b/package.json index e5ff310e..a9dd3d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.2.1", + "version": "0.2.2", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index bed9b255..70e1dad9 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -28,8 +28,8 @@ angular.module("cesium.config", []) "port": "9203" } }, - "version": "0.2.1", - "build": "2016-08-22T07:26:17.571Z", + "version": "0.2.2", + "build": "2016-08-23T07:06:46.865Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab