File tree Expand file tree Collapse file tree 4 files changed +14
-18
lines changed Expand file tree Collapse file tree 4 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 33 xmlns =" http://www.w3.org/ns/widgets"
44 xmlns : cdv =" http://cordova.apache.org/ns/1.0"
55 id =" fr.duniter.cesium"
6- version =" 0.4.6 "
7- android-versionCode =" 406 "
6+ version =" 0.4.7 "
7+ android-versionCode =" 407 "
88 >
99 <name >Cesium</name >
1010 <description >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
1515fi
1616
1717latest_version () {
18- echo " v0.4.6 " # lastest
18+ echo " v0.4.7 " # lastest
1919}
2020
2121api_release_url () {
Original file line number Diff line number Diff line change 11{
22 "name" : " cesium" ,
3- "version" : " 0.4.6 " ,
3+ "version" : " 0.4.7 " ,
44 "description" : " Unhosted webapp client for Duniter network" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ angular.module("cesium.config", [])
1010
1111. constant ( "csConfig" , {
1212 "cacheTimeMs" : 60000 ,
13- "fallbackLanguage" : "fr-FR" ,
14- "defaultLanguage" : "fr-FR" ,
15- "rememberMe" : true ,
13+ "fallbackLanguage" : "en" ,
14+ "rememberMe" : false ,
1615 "showUDHistory" : false ,
17- "timeout" : 6000 ,
16+ "timeout" : 10000 ,
1817 "timeWarningExpireMembership" : 5184000 ,
1918 "timeWarningExpire" : 7776000 ,
2019 "useLocalStorage" : true ,
@@ -23,25 +22,22 @@ angular.module("cesium.config", [])
2322 "expertMode" : false ,
2423 "helptip" : {
2524 "enable" : true ,
26- "installDocUrl" : {
27- "fr-FR" : "http://www.le-sou.org/devenir-noeud/" ,
28- "en" : "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
29- }
25+ "installDocUrl" : "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
3026 } ,
3127 "node" : {
32- "host" : "duniter.le-sou.org " ,
33- "port" : "9600 "
28+ "host" : "cgeek.fr " ,
29+ "port" : "9330 "
3430 } ,
3531 "plugins" : {
3632 "es" : {
3733 "enable" : true ,
38- "askEnable" : true ,
39- "host" : "data.le-sou.org " ,
34+ "askEnable" : false ,
35+ "host" : "data.duniter.fr " ,
4036 "port" : "80"
4137 }
4238 } ,
43- "version" : "0.4.6 " ,
44- "build" : "2016-11-02T12:57:17.788Z " ,
39+ "version" : "0.4.7 " ,
40+ "build" : "2016-11-04T16:18:40.970Z " ,
4541 "newIssueUrl" : "https://github.com/duniter/cesium/issues/new?labels=bug"
4642} )
4743
You can’t perform that action at this time.
0 commit comments