From d1287a0b1ace8270c016beac7db43c2623f4d2a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:08:27 -0400 Subject: [PATCH] Release Version v0.1.3 (#212) Co-authored-by: GitHub Action --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef2ea74..38f3673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orca-wasm" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Suhas Thalanki", "Alex Bai", "Elizabeth Gilbert"] description = "A lightweight WebAssembly Transformation Library for the Component Model"