Skip to content

Commit

Permalink
v1.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Jan 2, 2024
1 parent 3418c3a commit 9b47e4a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="107110" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.7.11" 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="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">
<name>Cesium</name>
<description>
An simple App for Duniter wallet
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium",
"version": "1.7.11",
"version": "1.7.12",
"description": "Cesium Wallet for G1 libre currency",
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion resources/web-ext/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Cesium",
"short_name": "Cesium",
"version": "1.7.11",
"version": "1.7.12",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"background": {
"scripts": ["background.js"]
Expand Down
4 changes: 2 additions & 2 deletions www/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "1.7.11",
"build": "2024-01-02T10:24:48.754Z",
"version": "1.7.12",
"build": "2024-01-02T11:33:49.941Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})

Expand Down
2 changes: 1 addition & 1 deletion www/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cesium",
"version": "1.7.11",
"version": "1.7.12",
"default_locale": "fr",
"description": "Cesium Wallet for Ğ1 libre currency",
"icons": {
Expand Down

0 comments on commit 9b47e4a

Please sign in to comment.