diff --git a/Cargo.lock b/Cargo.lock index 35de1f5..4296fb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1361,7 +1361,7 @@ dependencies = [ [[package]] name = "wl-gammarelay-rs" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 20315fa..60700e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wl-gammarelay-rs" -version = "0.3.1" +version = "0.3.2" authors = ["Max Verevkin "] edition = "2021" description = "A simple program that provides DBus interface to control display temperature and brightness under wayland without flickering"