Skip to content

Commit 89db647

Browse files
committed
v1.7.13
1 parent 329de49 commit 89db647

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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="107120" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.7.12" 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="107130" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.7.13" 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
An simple App for Duniter wallet

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.12",
3+
"version": "1.7.13",
44
"description": "Cesium Wallet for G1 libre currency",
55
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
66
"license": "AGPL-3.0",

resources/web-ext/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Cesium",
33
"short_name": "Cesium",
4-
"version": "1.7.12",
4+
"version": "1.7.13",
55
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
66
"background": {
77
"scripts": ["background.js"]

www/js/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ angular.module("cesium.config", [])
147147
"defaultCountry": "France"
148148
}
149149
},
150-
"version": "1.7.12",
151-
"build": "2024-01-02T11:33:49.941Z",
150+
"version": "1.7.13",
151+
"build": "2024-01-03T17:45:14.673Z",
152152
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
153153
})
154154

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.12",
5+
"version": "1.7.13",
66
"default_locale": "fr",
77
"description": "Cesium Wallet for Ğ1 libre currency",
88
"icons": [

0 commit comments

Comments
 (0)