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

v1.5.4

parent 21b3cb8f
No related branches found
Tags v1.5.4
No related merge requests found
Pipeline #8318 failed
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="105003" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="105004" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.4" 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 "v1.5.3" #lastest
echo "v1.5.4" #lastest
}
api_release_url() {
......
{
"name": "cesium",
"version": "1.5.3",
"version": "1.5.4",
"description": "Cesium Wallet for G1 libre currency",
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
"license": "AGPL-3.0",
......@@ -215,4 +215,4 @@
"engines": {
"yarn": ">= 1.0.0"
}
}
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
"short_name": "Cesium",
"name": "Cesium",
"manifest_version": 2,
"version": "1.0.0",
"version": "1.5.4",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"background": {
"scripts": ["background.js"]
......
......@@ -97,8 +97,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "1.5.3",
"build": "2020-03-05T15:07:38.518Z",
"version": "1.5.4",
"build": "2020-03-05T17:29:02.131Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})
......
......@@ -2,7 +2,7 @@
"short_name": "Cesium",
"name": "Cesium",
"manifest_version": 1,
"version": "1.5.3",
"version": "1.5.4",
"default_locale": "fr",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"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