From 56f2de1e3ebc6c8af7f681c96c1cd7c78924d618 Mon Sep 17 00:00:00 2001 From: Jeffrey Charles Date: Thu, 11 Jan 2024 10:34:21 -0500 Subject: [PATCH] v1.3.0 (#585) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0efe67b..4c40c702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,7 +1401,7 @@ dependencies = [ [[package]] name = "javy-cli" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "binaryen", diff --git a/Cargo.toml b/Cargo.toml index b86de508..68f124ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.2.0" +version = "1.3.0" authors = ["The Javy Project Developers"] edition = "2021" license = "Apache-2.0 WITH LLVM-exception"