chore: Release

This commit is contained in:
microproofs
2024-10-01 16:14:25 -04:00
parent e4e8ca8a6d
commit 356d845a9a
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.1.3"
version = "1.1.4"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken"
homepage = "https://github.com/aiken-lang/aiken"
@@ -20,9 +20,9 @@ license = false
eula = false
[dependencies]
aiken-lang = { path = "../aiken-lang", version = "1.1.3" }
aiken-lsp = { path = "../aiken-lsp", version = "1.1.3" }
aiken-project = { path = '../aiken-project', version = "1.1.3" }
aiken-lang = { path = "../aiken-lang", version = "1.1.4" }
aiken-lsp = { path = "../aiken-lsp", version = "1.1.4" }
aiken-project = { path = '../aiken-project', version = "1.1.4" }
clap = { version = "4.1.8", features = [
"derive",
"wrap_help",
@@ -45,7 +45,7 @@ rand = "0.8.5"
regex = "1.7.1"
serde_json = "1.0.94"
thiserror = "1.0.39"
uplc = { path = '../uplc', version = "1.1.3" }
uplc = { path = '../uplc', version = "1.1.4" }
openssl = { version = "0.10.66", features = ["vendored"], optional = true }
openssl-probe = { version = "0.1.5", optional = true }