Skip to content

Commit

Permalink
v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Aug 29, 2016
1 parent 91e76ba commit 3af2098
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.2.9"
android-versionCode="290"
version="0.2.10"
android-versionCode="291"
>
<name>Cesium</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi

latest_version() {
echo "v0.2.9" #lastest
echo "v0.2.10" #lastest
}

api_release_url() {
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.2.9",
"version": "0.2.10",
"description": "Unhosted webapp client for Duniter network",
"repository": {
"type": "git",
Expand Down
20 changes: 10 additions & 10 deletions www/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
angular.module("cesium.config", [])

.constant("csConfig", {
"timeout": 6000,
"timeout": 4000,
"cacheTimeMs": 60000,
"useRelative": true,
"timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000,
"useLocalStorage": true,
"rememberMe": true,
"useLocalStorage": false,
"rememberMe": false,
"showUDHistory": false,
"node": {
"host": "192.168.0.28",
"port": "9202"
"host": "test-net.duniter.fr",
"port": "9201"
},
"plugins": {
"es": {
"enable": false,
"host": "192.168.0.28",
"enable": true,
"host": "test-net.duniter.fr",
"port": "9203"
}
},
"version": "0.2.9",
"build": "2016-08-29T16:16:37.610Z",
"version": "0.2.10",
"build": "2016-08-29T19:20:33.980Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})

;
;

0 comments on commit 3af2098

Please sign in to comment.