diff --git a/Cargo.lock b/Cargo.lock index 5dfc629..9725cbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ dependencies = [ [[package]] name = "wl-gammarelay-rs" -version = "0.4.1" +version = "1.0.0" dependencies = [ "anyhow", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 90aafa0..5fca51d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wl-gammarelay-rs" -version = "0.4.1" +version = "1.0.0" authors = ["Max Verevkin "] edition = "2021" description = "A simple program that provides DBus interface to control display temperature and brightness under wayland without flickering"