Skip to content

Commit

Permalink
release 0.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Jul 4, 2016
1 parent 558c7af commit 6cef961
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<name>Cesium</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6cef961

Please sign in to comment.