Skip to content

Commit 6d45bc8

Browse files
committed
v1.3.7
1 parent 6c49f9e commit 6d45bc8

File tree

5 files changed

+9
-15
lines changed

5 files changed

+9
-15
lines changed

config.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -87,13 +87,6 @@
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" />

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
1515
fi
1616

1717
latest_version() {
18-
echo "v1.3.6" #lastest
18+
echo "v1.3.7" #lastest
1919
}
2020

2121
api_release_url() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

www/js/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

www/manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": [
@@ -22,7 +22,8 @@
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
}

0 commit comments

Comments
 (0)