File tree Expand file tree Collapse file tree 5 files changed +9
-15
lines changed Expand file tree Collapse file tree 5 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
2- <widget android-versionCode =" 103006 " id =" fr.duniter.cesium" version =" 1.3.6 " xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
2+ <widget android-versionCode =" 103007 " id =" fr.duniter.cesium" version =" 1.3.7 " 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
8787 <splash height =" 960" src =" resources/ios/splash/Default@2x~iphone.png" width =" 640" />
8888 <splash height =" 480" src =" resources/ios/splash/Default~iphone.png" width =" 320" />
8989 </platform >
90- <platform name =" firefoxos" >
91- <icon height =" 128" src =" www/img/logo_128px.png" width =" 128" />
92- <icon height =" 60" src =" www/img/logo_60px.png" width =" 60" />
93- </platform >
94- <platform name =" ubuntu" >
95- <icon height =" 57" src =" www/img/logo_57px.png" width =" 57" />
96- </platform >
9790 <engine name =" android" spec =" ^6.2.3" />
9891 <plugin name =" cordova-plugin-camera" spec =" ^2.4.1" />
9992 <plugin name =" cordova-plugin-console" spec =" ^1.0.7" />
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
1515fi
1616
1717latest_version () {
18- echo " v1.3.6 " # lastest
18+ echo " v1.3.7 " # lastest
1919}
2020
2121api_release_url () {
Original file line number Diff line number Diff line change 11{
22 "name" : " cesium" ,
3- "version" : " 1.3.6 " ,
3+ "version" : " 1.3.7 " ,
44 "description" : " Cesium Wallet for G1 currency" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ angular.module("cesium.config", [])
8080 "defaultCountry" : "France"
8181 }
8282 } ,
83- "version" : "1.3.6 " ,
84- "build" : "2019-03-20T11:56:38.699Z " ,
83+ "version" : "1.3.7 " ,
84+ "build" : "2019-04-01T19:42:07.330Z " ,
8585 "newIssueUrl" : "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
8686} )
8787
Original file line number Diff line number Diff line change 22 "short_name" : " Cesium" ,
33 "name" : " Cesium" ,
44 "manifest_version" : 1 ,
5- "version" : " 1.3.6 " ,
5+ "version" : " 1.3.7 " ,
66 "default_locale" : " fr" ,
77 "description" : " Manage your Duniter Wallet on a libre currency, like Ğ1" ,
88 "icons" : [
2222 "type" : " image/svg"
2323 }
2424 ],
25+ "background_color" : " #444" ,
26+ "theme_color" : " #1a237e" ,
2527 "start_url" : " /#/app/home" ,
26- "display" : " standalone" ,
27- "orientation" : " portrait"
28+ "display" : " standalone"
2829}
You can’t perform that action at this time.
0 commit comments