diff --git a/crates/aiken-lang/Cargo.toml b/crates/aiken-lang/Cargo.toml index 13e070d5..a443df3c 100644 --- a/crates/aiken-lang/Cargo.toml +++ b/crates/aiken-lang/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aiken-lang" description = "The Aiken compiler" -version = "1.1.12" +version = "1.1.13" edition = "2021" repository = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken" diff --git a/crates/aiken-lsp/Cargo.toml b/crates/aiken-lsp/Cargo.toml index 6ee58d07..2c602cbb 100644 --- a/crates/aiken-lsp/Cargo.toml +++ b/crates/aiken-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aiken-lsp" -version = "1.1.12" +version = "1.1.13" edition = "2021" description = "Cardano smart contract language and toolchain" repository = "https://github.com/aiken-lang/aiken" diff --git a/crates/aiken-project/Cargo.toml b/crates/aiken-project/Cargo.toml index 5f62962b..bc6dbb1e 100644 --- a/crates/aiken-project/Cargo.toml +++ b/crates/aiken-project/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aiken-project" description = "Aiken project utilities" -version = "1.1.12" +version = "1.1.13" edition = "2021" repository = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken" diff --git a/crates/aiken/Cargo.toml b/crates/aiken/Cargo.toml index 617a009f..a6bd4f79 100644 --- a/crates/aiken/Cargo.toml +++ b/crates/aiken/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aiken" description = "Cardano smart contract language and toolchain" -version = "1.1.12" +version = "1.1.13" edition = "2021" repository = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken" diff --git a/crates/uplc/Cargo.toml b/crates/uplc/Cargo.toml index 659d6602..7819a9ee 100644 --- a/crates/uplc/Cargo.toml +++ b/crates/uplc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uplc" description = "Utilities for working with Untyped Plutus Core" -version = "1.1.12" +version = "1.1.13" edition = "2021" repository = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken"