chore: Release

This commit is contained in:
rvcas
2024-05-23 16:23:59 -04:00
parent 3f46559dbe
commit ff50d4d2cf
6 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken"
description = "Cardano smart contract language and toolchain"
version = "1.0.26-alpha"
version = "1.0.27-alpha"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken"
homepage = "https://github.com/aiken-lang/aiken"
@@ -36,10 +36,10 @@ regex = "1.7.1"
serde_json = "1.0.94"
thiserror = "1.0.39"
aiken-lang = { path = "../aiken-lang", version = "1.0.26-alpha" }
aiken-lsp = { path = "../aiken-lsp", version = "1.0.26-alpha" }
aiken-project = { path = '../aiken-project', version = "1.0.26-alpha" }
uplc = { path = '../uplc', version = "1.0.26-alpha" }
aiken-lang = { path = "../aiken-lang", version = "1.0.27-alpha" }
aiken-lsp = { path = "../aiken-lsp", version = "1.0.27-alpha" }
aiken-project = { path = '../aiken-project', version = "1.0.27-alpha" }
uplc = { path = '../uplc', version = "1.0.27-alpha" }
clap_complete = "4.3.2"
inquire = "0.6.2"
num-bigint = "0.4.3"