diff --git a/Cargo.lock b/Cargo.lock index 5d3ce8e..02480b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ dependencies = [ [[package]] name = "hello-world-rust-wasm-component-lib" -version = "1.0.0" +version = "1.1.0" dependencies = [ "wit-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 11438fc..8d57f07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-world-rust-wasm-component-lib" -version = "1.0.0" +version = "1.1.0" edition = "2021" publish = false