File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
2- <widget android-versionCode =" 15700 " id =" fr.duniter.cesium" version =" 0.15.7 " xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
2+ <widget android-versionCode =" 160 " id =" fr.duniter.cesium" version =" 0.16.0 " xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
33 <name >Cesium</name >
44 <description >
55 An simple App for Duniter wallet
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.15.7 " # lastest
18+ echo " v0.16.0 " # lastest
1919}
2020
2121api_release_url () {
Original file line number Diff line number Diff line change 11{
22 "name" : " cesium" ,
3- "version" : " 0.15.7 " ,
3+ "version" : " 0.16.0 " ,
44 "description" : " Unhosted webapp client for Duniter network" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ angular.module("cesium.config", [])
1111. constant ( "csConfig" , {
1212 "cacheTimeMs" : 300000 ,
1313 "fallbackLanguage" : "en" ,
14- "debug" : true ,
1514 "rememberMe" : true ,
1615 "showUDHistory" : false ,
1716 "timeout" : 300000 ,
@@ -66,9 +65,9 @@ angular.module("cesium.config", [])
6665 "defaultCountry" : "France"
6766 }
6867 } ,
69- "version" : "0.15.7 " ,
70- "build" : "2017-08-10T15:30:43.092Z " ,
68+ "version" : "0.16.0 " ,
69+ "build" : "2017-08-12T10:16:30.291Z " ,
7170 "newIssueUrl" : "https://github.com/duniter/cesium/issues/new?labels=bug"
7271} )
7372
74- ;
73+ ;
You can’t perform that action at this time.
0 commit comments