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

v0.6.2

parent b9d4d1ab
Branches
Tags
No related merge requests found
......@@ -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.5.2"
android-versionCode="502"
version="0.6.2"
android-versionCode="602"
>
<name>Cesium</name>
<description>
......
......@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi
latest_version() {
echo "v0.5.2" #lastest
echo "v0.6.2" #lastest
}
api_release_url() {
......
{
"name": "cesium",
"version": "0.5.2",
"version": "0.6.2",
"description": "Unhosted webapp client for Duniter network",
"repository": {
"type": "git",
......
......@@ -10,44 +10,41 @@ angular.module("cesium.config", [])
.constant("csConfig", {
"cacheTimeMs": 60000,
"fallbackLanguage": "fr-FR",
"defaultLanguage": "fr-FR",
"rememberMe": true,
"fallbackLanguage": "en",
"rememberMe": false,
"showUDHistory": false,
"timeout": 6000,
"timeout": 10000,
"timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000,
"useLocalStorage": true,
"useRelative": true,
"initPhase": false,
"expertMode": true,
"expertMode": false,
"decimalCount": 4,
"helptip": {
"enable": false,
"installDocUrl": {
"fr-FR": "http://www.le-sou.org/devenir-noeud/",
"en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
}
"enable": true,
"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
},
"node": {
"host": "test-net.duniter.fr",
"port": "9201"
"host": "cgeek.fr",
"port": "9330"
},
"plugins": {
"es": {
"enable": true,
"askEnable": false,
"host": "data.duniter.fr",
"port": 80,
"wsPort": 80,
"port": "80",
"notifications": {
"tx": {
"enable": false
}
"txSent": true,
"txReceived": true,
"certSent": true,
"certReceived": true
}
}
},
"version": "0.5.2",
"build": "2017-01-05T18:56:38.746Z",
"version": "0.6.2",
"build": "2017-01-10T17:19:53.406Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment