From 900bf91216deff19be9b3582a9fccd03be0d485c Mon Sep 17 00:00:00 2001 From: Pi Lanningham Date: Wed, 26 Feb 2025 10:07:00 -0500 Subject: [PATCH] Version 1.1.13 --- crates/aiken-lang/Cargo.toml | 2 +- crates/aiken-lsp/Cargo.toml | 2 +- crates/aiken-project/Cargo.toml | 2 +- crates/aiken/Cargo.toml | 2 +- crates/uplc/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/aiken-lang/Cargo.toml b/crates/aiken-lang/Cargo.toml index 13e070d55..a443df3ce 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 6ee58d076..2c602cbb5 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 5f62962bd..bc6dbb1e4 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 617a009f5..a6bd4f79f 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 659d66026..7819a9eef 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"