gui: bump version to 5.0
This commit is contained in:
parent
fecaddb111
commit
3d68582523
2
gui/Cargo.lock
generated
2
gui/Cargo.lock
generated
@ -2640,7 +2640,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "liana_gui"
|
||||
version = "4.0.0"
|
||||
version = "5.0.0"
|
||||
dependencies = [
|
||||
"async-hwi",
|
||||
"backtrace",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "liana_gui"
|
||||
version = "4.0.0"
|
||||
version = "5.0.0"
|
||||
readme = "README.md"
|
||||
description = "Liana GUI"
|
||||
repository = "https://github.com/wizardsardine/liana"
|
||||
|
||||
@ -13,7 +13,7 @@ pub mod utils;
|
||||
use liana::Version;
|
||||
|
||||
pub const VERSION: Version = Version {
|
||||
major: 4,
|
||||
major: 5,
|
||||
minor: 0,
|
||||
patch: 0,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user