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

v1.7.0

parent 2dc1ce9e
Branches
Tags
No related merge requests found
Pipeline #31685 failed
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="10702" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.7.0-rc2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="10703" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.7.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" 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.7.0-rc2" #lastest echo "v1.7.0" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "1.7.0-rc2", "version": "1.7.0",
"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",
......
{ {
"name": "Cesium", "name": "Cesium",
"short_name": "Cesium", "short_name": "Cesium",
"version": "1.7.0-rc2", "version": "1.7.0",
"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"]
......
...@@ -76,7 +76,7 @@ angular.module("cesium.config", []) ...@@ -76,7 +76,7 @@ angular.module("cesium.config", [])
"port": 443 "port": 443
}, },
{ {
"host": "g1v1.p2P.legal", "host": "g1v1.p2p.legal",
"port": 443 "port": 443
} }
], ],
...@@ -120,8 +120,8 @@ angular.module("cesium.config", []) ...@@ -120,8 +120,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "1.7.0-rc2", "version": "1.7.0",
"build": "2023-05-11T16:08:06.033Z", "build": "2023-05-12T14:55:14.211Z",
"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.7.0-rc2", "version": "1.7.0",
"default_locale": "fr", "default_locale": "fr",
"description": "Cesium Wallet for Ğ1 libre currency", "description": "Cesium Wallet for Ğ1 libre currency",
"icons": [ "icons": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment