Skip to content

Commit

Permalink
chore: down ver
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Sep 4, 2024
1 parent 4bdfb24 commit 039c387
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: aiken-lang/setup-aiken@v1
with:
version: "v1.0.29-alpha"
version: v1.1.0
- run: aiken fmt --check
- run: aiken check -D
- run: aiken docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- uses: aiken-lang/setup-aiken@v1
with:
version: "v1.0.29-alpha"
version: v1.1.0
- run: aiken fmt --check
- run: aiken check -D
- run: aiken docs
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.0-beta"
version = "0.0.1-beta"
compiler = "v1.1.0"
plutus = "v3"
license = "Apache-2.0"
Expand Down

0 comments on commit 039c387

Please sign in to comment.