Skip to content

Commit 900bf91

Browse files
Version 1.1.13
1 parent 586f848 commit 900bf91

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

crates/aiken-lang/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aiken-lang"
33
description = "The Aiken compiler"
4-
version = "1.1.12"
4+
version = "1.1.13"
55
edition = "2021"
66
repository = "https://github.com/aiken-lang/aiken"
77
homepage = "https://github.com/aiken-lang/aiken"

crates/aiken-lsp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aiken-lsp"
3-
version = "1.1.12"
3+
version = "1.1.13"
44
edition = "2021"
55
description = "Cardano smart contract language and toolchain"
66
repository = "https://github.com/aiken-lang/aiken"

crates/aiken-project/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aiken-project"
33
description = "Aiken project utilities"
4-
version = "1.1.12"
4+
version = "1.1.13"
55
edition = "2021"
66
repository = "https://github.com/aiken-lang/aiken"
77
homepage = "https://github.com/aiken-lang/aiken"

crates/aiken/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aiken"
33
description = "Cardano smart contract language and toolchain"
4-
version = "1.1.12"
4+
version = "1.1.13"
55
edition = "2021"
66
repository = "https://github.com/aiken-lang/aiken"
77
homepage = "https://github.com/aiken-lang/aiken"

crates/uplc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "uplc"
33
description = "Utilities for working with Untyped Plutus Core"
4-
version = "1.1.12"
4+
version = "1.1.13"
55
edition = "2021"
66
repository = "https://github.com/aiken-lang/aiken"
77
homepage = "https://github.com/aiken-lang/aiken"

0 commit comments

Comments
 (0)