From 04a355529f4ef2011943ff4e00c69acd46b0662d Mon Sep 17 00:00:00 2001 From: Hinson <90688504+HinsonSIDAN@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:53:52 +0800 Subject: [PATCH] chore: release (#15) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b747cb..629d7b4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Vodka is now upgraded to support latest PlutusV3 with latest version, if you wan | Vodka | Aiken Compiler | `aiken-lang/stdlib` | | ---------- | -------------- | ------------------- | -| 0.1.4-beta | ^v1.1.5 | v2.1.0 | +| 0.1.5 | ^v1.1.5 | v2.1.0 | | 0.0.1-beta | v1.0.29-alpha | v1.9.0 | ## Vodka is pure and simple @@ -106,7 +106,7 @@ await txBuilder Simply run ```sh -aiken add sidan-lab/vodka --version 0.1.4-beta +aiken add sidan-lab/vodka --version 0.1.5 ``` or putting the below in you `aiken.toml` @@ -114,7 +114,7 @@ or putting the below in you `aiken.toml` ```toml [[dependencies]] name = "sidan-lab/vodka" -version = "0.1.4-beta" +version = "0.1.5" source = "github" ```