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

v0.13.0

parent d3e8d828
No related branches found
Tags v0.13.0
No related merge requests found
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="12900">
<widget android-versionCode="13000">
<name>Cesium</name>
<description>
An simple App for Duniter wallet
......
......@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi
latest_version() {
echo "v0.12.9" #lastest
echo "v0.13.0" #lastest
}
api_release_url() {
......
{
"name": "cesium",
"version": "0.12.9",
"version": "0.13.0",
"description": "Unhosted webapp client for Duniter network",
"repository": {
"type": "git",
......
......@@ -20,7 +20,7 @@ angular.module("cesium.config", [])
"useLocalStorage": true,
"useRelative": false,
"initPhase": false,
"expertMode": true,
"expertMode": false,
"decimalCount": 2,
"httpsMode": false,
"helptip": {
......@@ -32,13 +32,22 @@ angular.module("cesium.config", [])
"en": "license/license_g1-en.txt"
},
"node": {
"host": "g1.duniter.tednet.fr",
"port": "8999",
"useSsl": true
"host": "g1.duniter.org",
"port": "443"
},
"fallbackNodes": [
{
"host": "g1.duniter.fr",
"port": "443"
},
{
"host": "g1.duniter.org",
"port": "443"
}
],
"plugins": {
"es": {
"enable": false,
"enable": true,
"askEnable": false,
"host": "g1.data.duniter.fr",
"port": "443",
......@@ -50,9 +59,9 @@ angular.module("cesium.config", [])
}
}
},
"version": "0.12.9",
"build": "2017-06-09T09:32:01.817Z",
"version": "0.13.0",
"build": "2017-06-21T15:10:10.340Z",
"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