Skip to content
Snippets Groups Projects
Commit 342db50a authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

v0.17.5

parent 6af113ba
No related branches found
No related tags found
No related merge requests found
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="17400" id="fr.duniter.cesium" version="0.17.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="17500" id="fr.duniter.cesium" version="0.17.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Cesium</name> <name>Cesium</name>
<description> <description>
An simple App for Duniter wallet An simple App for Duniter wallet
......
...@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then ...@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi fi
latest_version() { latest_version() {
echo "v0.17.4" #lastest echo "v0.17.5" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "0.17.4", "version": "0.17.5",
"description": "Unhosted webapp client for Duniter network", "description": "Unhosted webapp client for Duniter network",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -66,8 +66,8 @@ angular.module("cesium.config", []) ...@@ -66,8 +66,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "0.17.4", "version": "0.17.5",
"build": "2017-09-29T11:08:25.406Z", "build": "2017-10-02T11:42:09.122Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment