From 4ca67c6570a858146d951ca766bc26d70cd62f01 Mon Sep 17 00:00:00 2001 From: Hinson <90688504+HinsonSIDAN@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:01:20 +0800 Subject: [PATCH] chore: release (#17) --- README.md | 6 +++--- aiken.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 629d7b4..da4f636 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.5 | ^v1.1.5 | v2.1.0 | +| 0.1.6 | ^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.5 +aiken add sidan-lab/vodka --version 0.1.6 ``` 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.5" +version = "0.1.6" source = "github" ``` diff --git a/aiken.toml b/aiken.toml index bd81c6b..d82e216 100644 --- a/aiken.toml +++ b/aiken.toml @@ -1,5 +1,5 @@ name = "sidan-lab/vodka" -version = "0.1.5" +version = "0.1.6" compiler = "v1.1.5" plutus = "v3" license = "Apache-2.0"