Skip to content

Commit

Permalink
Merge #871: Prepare v4 release (GUI version)
Browse files Browse the repository at this point in the history
dc300d3 gui: upgrade to latest Liana master (Antoine Poinsot)
56134b9 gui: bump version to 4.0 (Antoine Poinsot)

Pull request description:

ACKs for top commit:
  darosior:
    self-ACK dc300d3

Tree-SHA512: 65ae761d69e88595929a8003205039422969e98d293b54e25f521b8b13e48b6433388317284d7d314e444588447b0075b18c80fed26c4670494cada17ca5442e
  • Loading branch information
darosior committed Dec 12, 2023
2 parents 87d1c55 + dc300d3 commit b9cf62d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gui/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub mod utils;
use liana::Version;

pub const VERSION: Version = Version {
major: 1,
major: 4,
minor: 0,
patch: 0,
};

0 comments on commit b9cf62d

Please sign in to comment.