Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Jan 14, 2025
1 parent 7220e75 commit 443907c
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 @@ -19,15 +19,15 @@ 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.8
aiken add sidan-lab/vodka --version 0.1.9
```

or putting the below in you `aiken.toml`

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

Expand All @@ -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.8 | ^v1.1.9 | v2.2.0 |
| 0.1.9 | ^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 |

Expand Down

0 comments on commit 443907c

Please sign in to comment.