From 6cef961fcba6269c2ce623891d59cba1809c4fcc Mon Sep 17 00:00:00 2001 From: blavenie Date: Mon, 4 Jul 2016 17:01:28 +0200 Subject: [PATCH] release 0.1.26 --- config.xml | 4 ++-- package.json | 2 +- www/js/app.js | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index a531a38e..88f592f4 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.25" - android-versionCode="12" + version="0.1.26" + android-versionCode="13" > Cesium diff --git a/package.json b/package.json index 699f129e..6e77da47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.1.25", + "version": "0.1.26", "description": "A webapp client for Duniter network", "dependencies": { "delete-empty": "^0.1.3", diff --git a/www/js/app.js b/www/js/app.js index cfdb40af..f15edef4 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -110,8 +110,7 @@ angular.module('cesium', ['ionic', 'ionic-material', 'ngMessages', 'ngAnimate', //.useSanitizeValueStrategy('sanitize') .useSanitizeValueStrategy(null) .fallbackLanguage(['en']) - .useLoaderCache(true) - .useStorage('localStorage'); + .useLoaderCache(true); }) .config(function($httpProvider, APP_CONFIG) {