Skip to content

Commit 626d246

Browse files
Merge pull request #102 from logical-mechanism/bump-aiken-version
bump to 1.1.16
2 parents 38fca1b + 87f5c9e commit 626d246

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: aiken-lang/setup-aiken@v1
1414
with:
15-
version: v1.1.10
15+
version: v1.1.16
1616
- run: aiken fmt --check
1717
- run: aiken check -D
1818
- run: aiken build

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Cleaning up registry documentation
44
- Fiat Shamir transform is now public
55
- The blake2b_224 hash is now used for the fiat shamir transform
6-
- Bump to 1.1.10 and 2.2.0
6+
- Bump to 1.1.16 and 2.2.0
77

88
# v0.5.1
99

aiken.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "logical-mechanism/Assist"
22
version = "v0.5.1"
3-
compiler = "v1.1.10"
3+
compiler = "v1.1.16"
44
plutus = "v3"
55
license = "Apache-2.0"
66
description = "Aiken Assist Library"

0 commit comments

Comments
 (0)