diff --git a/Cargo.lock b/Cargo.lock index 37f3f02..64a607b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1170,7 +1170,7 @@ dependencies = [ [[package]] name = "pueue-lib" -version = "0.11.1-alpha.0" +version = "0.11.1" dependencies = [ "anyhow", "async-std", diff --git a/pueue-lib/Cargo.toml b/pueue-lib/Cargo.toml index 9c5b3ec..3a8435f 100644 --- a/pueue-lib/Cargo.toml +++ b/pueue-lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pueue-lib" description = "The shared library to work with the Pueue client and daemon." -version = "0.11.1-alpha.0" +version = "0.11.1" authors = ["Arne Beer "] homepage = "https://github.com/nukesor/pueue" repository = "https://github.com/nukesor/pueue"