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

v0.16.0

parent c7389f20
No related branches found
Tags
No related merge requests found
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="15700" id="fr.duniter.cesium" version="0.15.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="160" id="fr.duniter.cesium" version="0.16.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
......
......@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi
latest_version() {
echo "v0.15.7" #lastest
echo "v0.16.0" #lastest
}
api_release_url() {
......
{
"name": "cesium",
"version": "0.15.7",
"version": "0.16.0",
"description": "Unhosted webapp client for Duniter network",
"repository": {
"type": "git",
......
......@@ -11,7 +11,6 @@ angular.module("cesium.config", [])
.constant("csConfig", {
"cacheTimeMs": 300000,
"fallbackLanguage": "en",
"debug": true,
"rememberMe": true,
"showUDHistory": false,
"timeout": 300000,
......@@ -66,8 +65,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "0.15.7",
"build": "2017-08-10T15:30:43.092Z",
"version": "0.16.0",
"build": "2017-08-12T10:16:30.291Z",
"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.
Please register or to comment