Skip to content

Commit 4ca67c6

Browse files
authored
chore: release (#17)
1 parent cdab2c7 commit 4ca67c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Vodka is now upgraded to support latest PlutusV3 with latest version, if you wan
2020

2121
| Vodka | Aiken Compiler | `aiken-lang/stdlib` |
2222
| ---------- | -------------- | ------------------- |
23-
| 0.1.5 | ^v1.1.5 | v2.1.0 |
23+
| 0.1.6 | ^v1.1.5 | v2.1.0 |
2424
| 0.0.1-beta | v1.0.29-alpha | v1.9.0 |
2525

2626
## Vodka is pure and simple
@@ -106,15 +106,15 @@ await txBuilder
106106
Simply run
107107

108108
```sh
109-
aiken add sidan-lab/vodka --version 0.1.5
109+
aiken add sidan-lab/vodka --version 0.1.6
110110
```
111111

112112
or putting the below in you `aiken.toml`
113113

114114
```toml
115115
[[dependencies]]
116116
name = "sidan-lab/vodka"
117-
version = "0.1.5"
117+
version = "0.1.6"
118118
source = "github"
119119
```
120120

aiken.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "sidan-lab/vodka"
2-
version = "0.1.5"
2+
version = "0.1.6"
33
compiler = "v1.1.5"
44
plutus = "v3"
55
license = "Apache-2.0"

0 commit comments

Comments
 (0)