From ce24976d3283723fe4a598d607f785d3bae8b6b0 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Fri, 26 Aug 2016 15:07:15 +0200 Subject: [PATCH] v0.2.8 --- config.xml | 2 +- www/js/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 7126ca6d9..585d85638 100644 --- a/config.xml +++ b/config.xml @@ -4,7 +4,7 @@ xmlns:cdv="http://cordova.apache.org/ns/1.0" id="fr.duniter.cesium" version="0.2.8" - android-versionCode="9" + android-versionCode="290" > <name>Cesium</name> <description> diff --git a/www/js/config.js b/www/js/config.js index 006e6b421..60d3a6a85 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -29,7 +29,7 @@ angular.module("cesium.config", []) } }, "version": "0.2.8", - "build": "2016-08-26T13:00:48.388Z", + "build": "2016-08-26T13:06:42.750Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab