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

v1.3.1

parent ed6b6255
Branches
Tags v1.3.1
No related merge requests found
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="103000" id="fr.duniter.cesium" version="1.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="103001" id="fr.duniter.cesium" version="1.3.1" 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.3.0" #lastest
echo "v1.3.1" #lastest
}
api_release_url() {
......
{
"name": "cesium",
"version": "1.3.0",
"version": "1.3.1",
"description": "Cesium Wallet for G1 currency",
"repository": {
"type": "git",
......
......@@ -80,8 +80,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "1.3.0",
"build": "2019-01-02T12:17:33.799Z",
"version": "1.3.1",
"build": "2019-01-02T15:04:56.647Z",
"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.3.0",
"version": "1.3.1",
"default_locale": "fr",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"icons": [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment