From 0080dd2b3e2c34d8bd4554c4a1b5366bba31294f Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Fri, 7 Jul 2017 23:12:10 +0200 Subject: [PATCH] v0.13.1 --- config.xml | 2 +- install.sh | 2 +- package.json | 2 +- www/js/config.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index a65f96ef3..e9b7563bf 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="13200"> +<widget android-versionCode="13100"> <name>Cesium</name> <description> An simple App for Duniter wallet diff --git a/install.sh b/install.sh index 6eb20af15..0100ccd9b 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.13.2" #lastest + echo "v0.13.1" #lastest } api_release_url() { diff --git a/package.json b/package.json index ccdac33ff..81441d704 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.13.2", + "version": "0.13.1", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 4d20c9cb0..300ba2574 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -58,8 +58,8 @@ angular.module("cesium.config", []) } } }, - "version": "0.13.2", - "build": "2017-07-07T20:44:25.485Z", + "version": "0.13.1", + "build": "2017-07-07T21:11:28.834Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab