diff --git a/config.xml b/config.xml index 023c169b1e13fa1c83c9c72ec71f12e93bede46a..f90b27776421baf7ad475fd67bc6dd412336ea98 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<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"> +<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"> <name>Cesium</name> <description> An simple App for Duniter wallet @@ -87,13 +87,6 @@ <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" /> <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" /> </platform> - <platform name="firefoxos"> - <icon height="128" src="www/img/logo_128px.png" width="128" /> - <icon height="60" src="www/img/logo_60px.png" width="60" /> - </platform> - <platform name="ubuntu"> - <icon height="57" src="www/img/logo_57px.png" width="57" /> - </platform> <engine name="android" spec="^6.2.3" /> <plugin name="cordova-plugin-camera" spec="^2.4.1" /> <plugin name="cordova-plugin-console" spec="^1.0.7" /> diff --git a/install.sh b/install.sh index 256996bf73601f03fedbd200b055a5ab3cc53a4b..20704565a6f26a96aebe0fa3a1c0addcb9b06bbe 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v1.3.6" #lastest + echo "v1.3.7" #lastest } api_release_url() { diff --git a/package.json b/package.json index 2bdacea338c08fec8f4a9a218668310833d17cd1..7ee81994ed08e8f4c0e9695cad6eb7cad3ccb9be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.3.6", + "version": "1.3.7", "description": "Cesium Wallet for G1 currency", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 9016bb1e6004210097dfb53b96e89c1288a0716f..5280e97208db2c4ec34447191142338d8f52a532 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -80,8 +80,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "1.3.6", - "build": "2019-03-20T11:56:38.699Z", + "version": "1.3.7", + "build": "2019-04-01T19:42:07.330Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) diff --git a/www/manifest.json b/www/manifest.json index a915b7fdc007b56cee8b3dee474d84abd76245f2..46229cd4029f199b93d3b417d9fa69d365ea200f 100644 --- a/www/manifest.json +++ b/www/manifest.json @@ -2,7 +2,7 @@ "short_name": "Cesium", "name": "Cesium", "manifest_version": 1, - "version": "1.3.6", + "version": "1.3.7", "default_locale": "fr", "description": "Manage your Duniter Wallet on a libre currency, like Äž1", "icons": [ @@ -22,7 +22,8 @@ "type": "image/svg" } ], + "background_color": "#444", + "theme_color": "#1a237e", "start_url": "/#/app/home", - "display": "standalone", - "orientation": "portrait" + "display": "standalone" }