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

v1.3.10

parent 22271bb1
No related branches found
Tags v1.3.10
No related merge requests found
Pipeline #5139 passed
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="103009" id="fr.duniter.cesium" version="1.3.9" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="103010" id="fr.duniter.cesium" version="1.3.10" 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.3.9" #lastest echo "v1.3.10" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "1.3.9", "version": "1.3.10",
"description": "Cesium Wallet for G1 currency", "description": "Cesium Wallet for G1 currency",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -80,8 +80,8 @@ angular.module("cesium.config", []) ...@@ -80,8 +80,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "1.3.9", "version": "1.3.10",
"build": "2019-04-06T16:01:31.918Z", "build": "2019-04-08T09:09:16.573Z",
"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.3.9", "version": "1.3.10",
"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