From 33bb0dc48682e85c777a958982fea9f1c8e82b99 Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Wed, 4 Oct 2023 09:25:33 -0400 Subject: [PATCH] v1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef8abd38..67617d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1375,7 +1375,7 @@ dependencies = [ [[package]] name = "javy-cli" -version = "1.1.2" +version = "1.2.0" dependencies = [ "anyhow", "binaryen", diff --git a/Cargo.toml b/Cargo.toml index 36ae5c27..fafa9349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.1.2" +version = "1.2.0" authors = ["The Javy Project Developers"] edition = "2021" license = "Apache-2.0 WITH LLVM-exception"