Skip to content
Snippets Groups Projects
Commit e2a7db82 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

v0.12.6

parent 14205b53
No related branches found
Tags v0.12.6
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
xmlns="http://www.w3.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:cdv="http://cordova.apache.org/ns/1.0"
id="fr.duniter.cesium" id="fr.duniter.cesium"
version="0.12.5" version="0.12.6"
android-versionCode="12500" android-versionCode="12600"
> >
<name>Cesium</name> <name>Cesium</name>
<description> <description>
......
...@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then ...@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi fi
latest_version() { latest_version() {
echo "v0.12.5" #lastest echo "v0.12.6" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "0.12.5", "version": "0.12.6",
"description": "Unhosted webapp client for Duniter network", "description": "Unhosted webapp client for Duniter network",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -11,19 +11,20 @@ angular.module("cesium.config", []) ...@@ -11,19 +11,20 @@ angular.module("cesium.config", [])
.constant("csConfig", { .constant("csConfig", {
"cacheTimeMs": 60000, "cacheTimeMs": 60000,
"fallbackLanguage": "en", "fallbackLanguage": "en",
"rememberMe": true, "rememberMe": false,
"showUDHistory": false, "showUDHistory": false,
"timeout": 10000, "timeout": 10000,
"timeWarningExpireMembership": 5184000, "timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000, "timeWarningExpire": 7776000,
"logoutIlde": 600,
"useLocalStorage": true, "useLocalStorage": true,
"useRelative": false, "useRelative": false,
"initPhase": false, "initPhase": false,
"expertMode": true, "expertMode": false,
"decimalCount": 2, "decimalCount": 2,
"httpsMode": false, "httpsMode": false,
"helptip": { "helptip": {
"enable": false, "enable": true,
"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
}, },
"license": { "license": {
...@@ -38,19 +39,19 @@ angular.module("cesium.config", []) ...@@ -38,19 +39,19 @@ angular.module("cesium.config", [])
"es": { "es": {
"enable": true, "enable": true,
"askEnable": false, "askEnable": false,
"host": "g1.data.duniter.fr", "host": "g1.data.duniter.fr",
"port": "443", "port": "443",
}, "notifications": {
"graph": { "txSent": true,
"enable": true "txReceived": true,
}, "certSent": true,
"neo4j": { "certReceived": true
"enable": true }
} }
}, },
"version": "0.12.5", "version": "0.12.6",
"build": "2017-05-19T08:58:22.076Z", "build": "2017-05-22T16:39:21.668Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
}) })
; ;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment