Skip to content

Commit 3dda5b1

Browse files
committed
v2.0.2
1 parent f01f5dd commit 3dda5b1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="2001" id="fr.duniter.cesium2" version="2.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="2002" id="fr.duniter.cesium2" version="2.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>cesium2</name>
44
<description>Cesium v2</description>
55
<author email="[email protected]" href="http://www.e-is.pro">Environmental Information Systems</author>

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "_$INSTALL_DIR" == "_" ]; then
1515
fi
1616

1717
latest_version() {
18-
echo "v2.0.1" #lastest
18+
echo "v2.0.2" #lastest
1919
}
2020

2121
api_release_url() {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cesium2",
33
"description": "Cesium Wallet for G1 libre currency",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"author": "[email protected]",
66
"scripts": {
77
"ng": "ng",

src/assets/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Cesium 2",
33
"short_name": "Cesium 2",
44
"manifest_version": 1,
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"default_locale": "en",
77
"description": "A Duniter G1 wallet.",
88
"icons": [{

0 commit comments

Comments
 (0)