File tree Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Expand file tree Collapse file tree 4 files changed +15
-16
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.3.15 " 
7-   android-versionCode =" 315 " 
6+   version =" 0.3.16 " 
7+   android-versionCode =" 316 " 
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.3.15 " # lastest
18+   echo  " v0.3.16 " # lastest
1919}
2020
2121api_release_url () {
Original file line number Diff line number Diff line change 11{
22  "name" : " cesium" 
3-   "version" : " 0.3.15 " 
3+   "version" : " 0.3.16 " 
44  "description" : " Unhosted webapp client for Duniter network" 
55  "repository" : {
66    "type" : " git" 
Original file line number Diff line number Diff line change @@ -10,29 +10,28 @@ 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 , 
20- 	"useLocalStorage" : true , 
19+ 	"useLocalStorage" : false , 
2120	"useRelative" : true , 
2221	"initPhase" : false , 
2322	"node" : { 
24- 		"host" : "192.168.0.5 " , 
25- 		"port" : "9602 " 
23+ 		"host" : "test-net.duniter.fr " , 
24+ 		"port" : "9201 " 
2625	} , 
2726	"plugins" : { 
2827		"es" : { 
29- 			"enable" : false , 
30- 			"host" : "192.168.0.5 " , 
31- 			"port" : "9203 " 
28+ 			"enable" : true , 
29+ 			"host" : "data.duniter.fr " , 
30+ 			"port" : "80 " 
3231		} 
3332	} , 
34- 	"version" : "0.3.15 " , 
35- 	"build" : "2016-10-07T12:16:48.801Z " , 
33+ 	"version" : "0.3.16 " , 
34+ 	"build" : "2016-10-07T12:32:56.272Z " , 
3635	"newIssueUrl" : "https://github.com/duniter/cesium/issues/new?labels=bug" 
3736} ) 
3837
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments