Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Jul 26, 2019
1 parent f01f5dd commit 3dda5b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<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">
<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">
<name>cesium2</name>
<description>Cesium v2</description>
<author email="contact@e-is.pro" href="http://www.e-is.pro">Environmental Information Systems</author>
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "_$INSTALL_DIR" == "_" ]; then
fi

latest_version() {
echo "v2.0.1" #lastest
echo "v2.0.2" #lastest
}

api_release_url() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cesium2",
"description": "Cesium Wallet for G1 libre currency",
"version": "2.0.1",
"version": "2.0.2",
"author": "contact@e-is.pro",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cesium 2",
"short_name": "Cesium 2",
"manifest_version": 1,
"version": "2.0.1",
"version": "2.0.2",
"default_locale": "en",
"description": "A Duniter G1 wallet.",
"icons": [{
Expand Down

0 comments on commit 3dda5b1

Please sign in to comment.