Skip to content

Commit c4ecfcb

Browse files
committed
v1.3.5
1 parent 9f7258c commit c4ecfcb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="103004" id="fr.duniter.cesium" version="1.3.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="103005" id="fr.duniter.cesium" version="1.3.5" 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

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.4" #lastest
18+
echo "v1.3.5" #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.4",
3+
"version": "1.3.5",
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.4",
84-
"build": "2019-03-15T10:35:29.062Z",
83+
"version": "1.3.5",
84+
"build": "2019-03-15T14:44:20.695Z",
8585
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
8686
})
8787

www/manifest.json

Lines changed: 1 addition & 1 deletion
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.4",
5+
"version": "1.3.5",
66
"default_locale": "fr",
77
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
88
"icons": [

0 commit comments

Comments
 (0)