Skip to content

Commit

Permalink
chore: release (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN authored Nov 14, 2024
1 parent a667ea1 commit 04a3555
Showing 1 changed file with 3 additions and 3 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.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
Expand Down Expand Up @@ -106,15 +106,15 @@ 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`

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

Expand Down

0 comments on commit 04a3555

Please sign in to comment.