File tree Expand file tree Collapse file tree 4 files changed +13
-14
lines changed Expand file tree Collapse file tree 4 files changed +13
-14
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.0 "
7- android-versionCode =" 400 "
6+ version =" 0.4.1 "
7+ android-versionCode =" 401 "
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.0 " # lastest
18+ echo " v0.4.1 " # lastest
1919}
2020
2121api_release_url () {
Original file line number Diff line number Diff line change 11{
22 "name" : " cesium" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " Unhosted webapp client for Duniter network" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -10,32 +10,31 @@ 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" : 4000 ,
1817 "timeWarningExpireMembership" : 5184000 ,
1918 "timeWarningExpire" : 7776000 ,
2019 "useLocalStorage" : true ,
2120 "useRelative" : true ,
2221 "initPhase" : false ,
2322 "helptip" : {
24- "enable" : false
23+ "enable" : true
2524 } ,
2625 "node" : {
27- "host" : "duniter.le-sou.org " ,
28- "port" : "9600 "
26+ "host" : "test-net.duniter.fr " ,
27+ "port" : "9201 "
2928 } ,
3029 "plugins" : {
3130 "es" : {
32- "enable" : false ,
31+ "enable" : true ,
3332 "host" : "data.duniter.fr" ,
3433 "port" : "80"
3534 }
3635 } ,
37- "version" : "0.4.0 " ,
38- "build" : "2016-10-21T15:54:09.573Z " ,
36+ "version" : "0.4.1 " ,
37+ "build" : "2016-10-21T17:05:49.647Z " ,
3938 "newIssueUrl" : "https://github.com/duniter/cesium/issues/new?labels=bug"
4039} )
4140
You can’t perform that action at this time.
0 commit comments