Skip to content

Commit f3c7805

Browse files
committed
v1.6.1
1 parent 99974fe commit f3c7805

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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="106000" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="106011" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.1" 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.6.0" #lastest
18+
echo "v1.6.1" #lastest
1919
}
2020

2121
api_release_url() {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Cesium Wallet for G1 libre currency",
55
"author": "Benoit Lavenier <[email protected]>",
66
"license": "AGPL-3.0",
@@ -215,4 +215,4 @@
215215
"engines": {
216216
"yarn": ">= 1.0.0"
217217
}
218-
}
218+
}

resources/web-ext/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": 2,
5-
"version": "1.6.0",
5+
"version": "1.6.1",
66
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
77
"background": {
88
"scripts": ["background.js"]

www/js/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ angular.module("cesium.config", [])
9797
"defaultCountry": "France"
9898
}
9999
},
100-
"version": "1.6.0",
101-
"build": "2020-03-17T16:05:04.128Z",
100+
"version": "1.6.1",
101+
"build": "2020-03-17T16:53:39.290Z",
102102
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
103103
})
104104

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.6.0",
5+
"version": "1.6.1",
66
"default_locale": "fr",
77
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
88
"icons": [

0 commit comments

Comments
 (0)