From f81d0be8bbff3820ac3a8e00723278dc59d8e20a Mon Sep 17 00:00:00 2001 From: Nicholas Yang Date: Wed, 5 Jul 2023 16:59:33 -0400 Subject: [PATCH] v0.1.1 --- crates/vic/Cargo.toml | 2 +- crates/vicuna-compiler/Cargo.toml | 2 +- crates/vicuna-wasm/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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