From d8b09767653ba656f8abe6bd52f9ec285272dbd6 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Fri, 26 Aug 2016 15:01:23 +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 b9cc7209f..7126ca6d9 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="280" + android-versionCode="9" > <name>Cesium</name> <description> diff --git a/www/js/config.js b/www/js/config.js index 74f1edd67..006e6b421 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-26T11:22:01.232Z", + "build": "2016-08-26T13:00:48.388Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab