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

v1.4.4

parent bdee83f2
Branches
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="10403" id="fr.duniter.cesium" version="1.4.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="10404" id="fr.duniter.cesium" version="1.4.4" 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 "v1.4.3" #lastest echo "v1.4.4" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "1.4.3", "version": "1.4.4",
"description": "Cesium Wallet for G1 libre currency", "description": "Cesium Wallet for G1 libre currency",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -13,7 +13,7 @@ angular.module("cesium.config", []) ...@@ -13,7 +13,7 @@ angular.module("cesium.config", [])
"fallbackLanguage": "en", "fallbackLanguage": "en",
"rememberMe": true, "rememberMe": true,
"showUDHistory": true, "showUDHistory": true,
"timeout": 30000, "timeout": 10000,
"timeWarningExpireMembership": 5184000, "timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000, "timeWarningExpire": 7776000,
"keepAuthIdle": 600, "keepAuthIdle": 600,
...@@ -93,8 +93,8 @@ angular.module("cesium.config", []) ...@@ -93,8 +93,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "1.4.3", "version": "1.4.4",
"build": "2019-08-26T11:53:31.895Z", "build": "2019-08-26T13:55:42.030Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
}) })
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"short_name": "Cesium", "short_name": "Cesium",
"name": "Cesium", "name": "Cesium",
"manifest_version": 1, "manifest_version": 1,
"version": "1.4.3", "version": "1.4.4",
"default_locale": "fr", "default_locale": "fr",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1", "description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"icons": [ "icons": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment