chore: Release

This commit is contained in:
microproofs
2024-09-20 14:05:15 -04:00
parent e8cf43d7ec
commit 3d77b5c378
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.2"
version = "1.1.3"
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.2" }
aiken-lsp = { path = "../aiken-lsp", version = "1.1.2" }
aiken-project = { path = '../aiken-project', version = "1.1.2" }
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" }
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.2" }
uplc = { path = '../uplc', version = "1.1.3" }
[target.'cfg(not(windows))'.dependencies]
xdg = "2.5.2"