Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Jan 3, 2020
1 parent 27be50e commit 2c5f924
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 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="104020" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.20" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="105001" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Cesium</name>
<description>
An simple App for Duniter wallet
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 [ "_$CESIUM_DIR" = "_" ]; then
fi

latest_version() {
echo "v1.4.20" #lastest
echo "v1.5.1" #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,6 +1,6 @@
{
"name": "cesium",
"version": "1.4.20",
"version": "1.5.1",
"description": "Cesium Wallet for G1 libre currency",
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
"license": "AGPL-3.0",
Expand Down
8 changes: 2 additions & 6 deletions www/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ angular.module("cesium.config", [])
"port": 443
},
"fallbackNodes": [
{
"host": "g1.nordstrom.duniter.org",
"port": 443
},
{
"host": "g1.cgeek.fr",
"port": 443
Expand Down Expand Up @@ -93,8 +89,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "1.4.20",
"build": "2020-01-03T23:30:01.603Z",
"version": "1.5.1",
"build": "2020-01-03T23:48:34.127Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})

Expand Down
2 changes: 1 addition & 1 deletion www/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"short_name": "Cesium",
"name": "Cesium",
"manifest_version": 1,
"version": "1.4.20",
"version": "1.5.1",
"default_locale": "fr",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"icons": [
Expand Down

0 comments on commit 2c5f924

Please sign in to comment.