Merge #871: Prepare v4 release (GUI version)

dc300d3e66b8eba4eff2be9234a7bcb7b80f86ea gui: upgrade to latest Liana master (Antoine Poinsot)
56134b9f54a238a15428580e9ddb28122e23a4b1 gui: bump version to 4.0 (Antoine Poinsot)

Pull request description:

ACKs for top commit:
  darosior:
    self-ACK dc300d3e66b8eba4eff2be9234a7bcb7b80f86ea

Tree-SHA512: 65ae761d69e88595929a8003205039422969e98d293b54e25f521b8b13e48b6433388317284d7d314e444588447b0075b18c80fed26c4670494cada17ca5442e
This commit is contained in:
Antoine Poinsot 2023-12-12 18:35:09 +01:00
commit b9cf62d71b
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304
3 changed files with 5 additions and 5 deletions

6
gui/Cargo.lock generated
View File

@ -2430,8 +2430,8 @@ dependencies = [
[[package]]
name = "liana"
version = "2.0.0"
source = "git+https://github.com/wizardsardine/liana?branch=master#3e0f82a71e031604fcf8bb0fd757ae95908e8ca6"
version = "4.0.0"
source = "git+https://github.com/wizardsardine/liana?branch=master#87d1c55d2e5b6edc5cc2033759a6a936435b67b6"
dependencies = [
"backtrace",
"bdk_coin_select",
@ -2451,7 +2451,7 @@ dependencies = [
[[package]]
name = "liana_gui"
version = "1.0.0"
version = "4.0.0"
dependencies = [
"async-hwi",
"backtrace",

View File

@ -1,6 +1,6 @@
[package]
name = "liana_gui"
version = "1.0.0"
version = "4.0.0"
readme = "README.md"
description = "Liana GUI"
repository = "https://github.com/wizardsardine/liana"

View File

@ -13,7 +13,7 @@ pub mod utils;
use liana::Version;
pub const VERSION: Version = Version {
major: 1,
major: 4,
minor: 0,
patch: 0,
};