Skip to content

Commit 07d49b5

Browse files
committed
v1.7.0-rc1
1 parent 549b1b1 commit 07d49b5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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="106130" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.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">
2+
<widget android-versionCode="10700" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.7.0-rc1" 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

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
1515
fi
1616

1717
latest_version() {
18-
echo "v1.6.13" #lastest
18+
echo "v1.7.0-rc1" #lastest
1919
}
2020

2121
api_release_url() {

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.6.13",
3+
"version": "1.7.0-rc1",
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.6.13",
4+
"version": "1.7.0-rc1",
55
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
66
"background": {
77
"scripts": ["background.js"]

www/js/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ angular.module("cesium.config", [])
107107
"defaultCountry": "France"
108108
}
109109
},
110-
"version": "1.6.13",
111-
"build": "2021-04-26T22:09:07.231Z",
110+
"version": "1.7.0-rc1",
111+
"build": "2022-05-19T22:57:43.774Z",
112112
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
113113
})
114114

115-
;
115+
;

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

0 commit comments

Comments
 (0)