Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Oct 5, 2018
1 parent be7292f commit de692d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="101009" id="fr.duniter.cesium" version="1.1.9" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="102000" id="fr.duniter.cesium" version="1.2.0" 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
Expand Up @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi

latest_version() {
echo "v1.1.9" #lastest
echo "v1.2.0" #lastest
}

api_release_url() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cesium",
"version": "1.1.9",
"version": "1.2.0",
"description": "Unhosted webapp client for Duniter network",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions www/js/config.js
Expand Up @@ -88,8 +88,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "1.1.9",
"build": "2018-10-01T14:02:57.225Z",
"version": "1.2.0",
"build": "2018-10-05T10:25:02.934Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})

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

0 comments on commit de692d1

Please sign in to comment.