Skip to content

Commit

Permalink
chore: release (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN authored Nov 14, 2024
1 parent cdab2c7 commit 4ca67c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -106,15 +106,15 @@ 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`

```toml
[[dependencies]]
name = "sidan-lab/vodka"
version = "0.1.5"
version = "0.1.6"
source = "github"
```

Expand Down
2 changes: 1 addition & 1 deletion aiken.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4ca67c6

Please sign in to comment.