Skip to content

Commit 6cef961

Browse files
committed
release 0.1.26
1 parent 558c7af commit 6cef961

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns="http://www.w3.org/ns/widgets"
44
xmlns:cdv="http://cordova.apache.org/ns/1.0"
55
id="fr.duniter.cesium"
6-
version="0.1.25"
7-
android-versionCode="12"
6+
version="0.1.26"
7+
android-versionCode="13"
88
>
99
<name>Cesium</name>
1010
<description>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"description": "A webapp client for Duniter network",
55
"dependencies": {
66
"delete-empty": "^0.1.3",

www/js/app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ angular.module('cesium', ['ionic', 'ionic-material', 'ngMessages', 'ngAnimate',
110110
//.useSanitizeValueStrategy('sanitize')
111111
.useSanitizeValueStrategy(null)
112112
.fallbackLanguage(['en'])
113-
.useLoaderCache(true)
114-
.useStorage('localStorage');
113+
.useLoaderCache(true);
115114
})
116115

117116
.config(function($httpProvider, APP_CONFIG) {

0 commit comments

Comments
 (0)