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

v1.5.6

parent 85ff41d1
No related branches found
Tags v1.5.6
No related merge requests found
Pipeline #8338 failed
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="105005" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="105006" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.6" 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.5.5" #lastest echo "v1.5.6" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "1.5.5", "version": "1.5.6",
"description": "Cesium Wallet for G1 libre currency", "description": "Cesium Wallet for G1 libre currency",
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>", "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
"license": "AGPL-3.0", "license": "AGPL-3.0",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"short_name": "Cesium", "short_name": "Cesium",
"name": "Cesium", "name": "Cesium",
"manifest_version": 2, "manifest_version": 2,
"version": "1.5.5", "version": "1.5.6",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1", "description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"background": { "background": {
"scripts": ["background.js"] "scripts": ["background.js"]
......
...@@ -38,8 +38,8 @@ angular.module("cesium.config", []) ...@@ -38,8 +38,8 @@ angular.module("cesium.config", [])
}, },
"feed": { "feed": {
"jsonFeed": { "jsonFeed": {
"fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/www/feed-fr.json", "fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr.json",
"en": "https://raw.githubusercontent.com/duniter/cesium/master/www/feed-en.json" "en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json"
}, },
"maxContentLength": 650 "maxContentLength": 650
}, },
...@@ -97,9 +97,9 @@ angular.module("cesium.config", []) ...@@ -97,9 +97,9 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "1.5.5", "version": "1.5.6",
"build": "2020-03-06T14:24:11.110Z", "build": "2020-03-06T15:29:54.858Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
}) })
; ;
\ No newline at end of file
...@@ -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.5.5", "version": "1.5.6",
"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.
Finish editing this message first!
Please register or to comment