From 76f4b59fe9fcf0b4453c86e1f2082aef4a296c83 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 2 Oct 2024 22:37:38 +0000 Subject: [PATCH] Release Version v0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4dd8d8d..ef2ea74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orca-wasm" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Suhas Thalanki", "Alex Bai", "Elizabeth Gilbert"] description = "A lightweight WebAssembly Transformation Library for the Component Model"