Skip to content

Commit fa2a0b3

Browse files
committed
v1.7.16
1 parent 6036f75 commit fa2a0b3

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="107151" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.7.15" 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">
2+
<widget android-versionCode="107160" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.7.16" 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">
33
<name>Cesium</name>
44
<description>
55
Cesium Wallet for Ğ1 libre currency

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.7.15",
3+
"version": "1.7.16",
44
"description": "Cesium Wallet for G1 libre currency",
55
"author": "Benoit Lavenier <[email protected]>",
66
"license": "AGPL-3.0",

www/js/config.js

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,18 @@ angular.module("cesium.config", [])
8585
{
8686
"host": "g1.le-sou.org",
8787
"port": 443
88+
},
89+
{
90+
"host": "duniter.pini.fr",
91+
"port": 443
92+
},
93+
{
94+
"host": "g1.moul.re",
95+
"port": 443
96+
},
97+
{
98+
"host": "duniter-v1.comunes.net",
99+
"port": 443
88100
}
89101
],
90102
"developers": [
@@ -147,8 +159,8 @@ angular.module("cesium.config", [])
147159
"defaultCountry": "France"
148160
}
149161
},
150-
"version": "1.7.15",
151-
"build": "2025-08-27T12:59:01.062Z",
162+
"version": "1.7.16",
163+
"build": "2025-09-03T16:15:46.628Z",
152164
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
153165
})
154166

www/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"short_name": "Cesium",
33
"name": "Cesium",
44
"manifest_version": 1,
5-
"version": "1.7.15",
5+
"version": "1.7.16",
66
"default_locale": "fr",
77
"description": "Cesium Wallet for Ğ1 libre currency",
88
"icons": [

0 commit comments

Comments
 (0)