diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 1fb67ebf..c9270546 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket_codegen" -version = "0.0.11" +version = "0.1.0-rc" authors = ["Sergio Benitez "] [lib] diff --git a/contrib/Cargo.toml b/contrib/Cargo.toml index 00c4adce..14ba6bde 100644 --- a/contrib/Cargo.toml +++ b/contrib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket_contrib" -version = "0.0.11" +version = "0.1.0-rc" authors = ["Sergio Benitez "] [features] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0e51c34d..504ec4f3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket" -version = "0.0.11" +version = "0.1.0-rc" authors = ["Sergio Benitez "] [dependencies]