diff --git a/Cargo.lock b/Cargo.lock index c85b4bb..b124931 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1168,7 +1168,7 @@ dependencies = [ [[package]] name = "librazer" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "bincode", @@ -1632,7 +1632,7 @@ dependencies = [ [[package]] name = "razer-cli" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "clap", @@ -1642,7 +1642,7 @@ dependencies = [ [[package]] name = "razer-tray" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "confy", diff --git a/librazer/Cargo.toml b/librazer/Cargo.toml index 2c36829..699aecb 100644 --- a/librazer/Cargo.toml +++ b/librazer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librazer" -version = "0.5.0" +version = "0.6.0" edition = "2021" [dependencies] diff --git a/razer-cli/Cargo.toml b/razer-cli/Cargo.toml index 4e502f6..a9d1eac 100644 --- a/razer-cli/Cargo.toml +++ b/razer-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "razer-cli" -version = "0.5.0" +version = "0.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/razer-tray/Cargo.toml b/razer-tray/Cargo.toml index 2c7b8cf..4ca17dd 100644 --- a/razer-tray/Cargo.toml +++ b/razer-tray/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "razer-tray" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Tarek Dakhran <>"]