diff --git a/crates/vic/Cargo.toml b/crates/vic/Cargo.toml index 4f52329..5ed3d09 100644 --- a/crates/vic/Cargo.toml +++ b/crates/vic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vic" -version = "0.1.0" +version = "0.1.1" edition = "2021" repository = "https://github.com/nicholaslyang/vicuna" diff --git a/crates/vicuna-compiler/Cargo.toml b/crates/vicuna-compiler/Cargo.toml index 00187d7..9af9f06 100644 --- a/crates/vicuna-compiler/Cargo.toml +++ b/crates/vicuna-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vicuna-compiler" -version = "0.1.0" +version = "0.1.1" edition = "2021" [package.metadata.wasm-pack.profile.release] diff --git a/crates/vicuna-wasm/Cargo.toml b/crates/vicuna-wasm/Cargo.toml index a00ae12..ccb07b5 100644 --- a/crates/vicuna-wasm/Cargo.toml +++ b/crates/vicuna-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vicuna-wasm" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html