diff --git a/Cargo.lock b/Cargo.lock index 5f80e91..7a64684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3049,7 +3049,7 @@ checksum = "4a32b378380f4e9869b22f0b5177c68a5519f03b3454fde0b291455ddbae266c" [[package]] name = "weylus" -version = "0.11.0-rc2" +version = "0.11.0-rc3" dependencies = [ "autopilot", "bitflags 1.2.1", diff --git a/Cargo.toml b/Cargo.toml index d86a0e1..5d2a011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weylus" -version = "0.11.0-rc2" +version = "0.11.0-rc3" authors = ["HMH "] license = "AGPL-3.0-or-later" edition = "2018"