diff --git a/README.md b/README.md index 64e86e6..79a71bd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Vodka is a library build for [Aiken](https://aiken-lang.org/) development. It of Simply run ```sh -aiken add sidan-lab/vodka --version 0.1.9 +aiken add sidan-lab/vodka --version 0.1.10 ``` or putting the below in you `aiken.toml` @@ -27,7 +27,7 @@ or putting the below in you `aiken.toml` ```toml [[dependencies]] name = "sidan-lab/vodka" -version = "0.1.9" +version = "0.1.10" source = "github" ``` @@ -37,7 +37,7 @@ Vodka is now upgraded to support latest PlutusV3 with latest version, if you wan | Vodka | Aiken Compiler | `aiken-lang/stdlib` | | ---------- | -------------- | ------------------- | -| 0.1.9 | ^v1.1.9 | v2.2.0 | +| 0.1.10 | ^v1.1.9 | v2.2.0 | | 0.1.6 | ^v1.1.5 | v2.1.0 | | 0.0.1-beta | v1.0.29-alpha | v1.9.0 | diff --git a/aiken.toml b/aiken.toml index 1bda739..685224d 100644 --- a/aiken.toml +++ b/aiken.toml @@ -1,5 +1,5 @@ name = "sidan-lab/vodka" -version = "0.1.9" +version = "0.1.10" compiler = "v1.1.9" plutus = "v3" license = "Apache-2.0" diff --git a/lib/cocktail.ak b/lib/cocktail.ak index ec9bfb1..ac75f72 100644 --- a/lib/cocktail.ak +++ b/lib/cocktail.ak @@ -33,6 +33,9 @@ pub const compare_script_address = vodka_address.compare_script_address /// Documentation please refer to [`vodka_address`](./cocktail/vodka_address.html) pub const compare_address = vodka_address.compare_address +/// Documentation please refer to [`vodka_address`](./cocktail/vodka_address.html) +pub const address_payment_key = vodka_address.address_payment_key + /// Documentation please refer to [`vodka_address`](./cocktail/vodka_address.html) pub const address_pub_key = vodka_address.address_pub_key diff --git a/plutus.json b/plutus.json index 4c4ca8c..cb12d47 100644 --- a/plutus.json +++ b/plutus.json @@ -2,7 +2,7 @@ "preamble": { "title": "sidan-lab/vodka", "description": "Aiken utils for project 'sidan-lab/vodka", - "version": "0.1.9", + "version": "0.1.10", "plutusVersion": "v3", "compiler": { "name": "Aiken",