diff --git a/Cargo.lock b/Cargo.lock index b006f37c..9967491f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1082,7 +1082,7 @@ dependencies = [ [[package]] name = "javy-cli" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "binaryen", diff --git a/Cargo.toml b/Cargo.toml index c5cee1c6..3820d36b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "1.0.0" +version = "1.0.1" authors = ["The Javy Project Developers"] edition = "2021" license = "Apache-2.0 WITH LLVM-exception"