diff --git a/Cargo.lock b/Cargo.lock index 1662d8e1..c2c18b5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aiken" -version = "0.0.10" +version = "0.0.11" dependencies = [ "anyhow", "clap", @@ -641,7 +641,7 @@ checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" [[package]] name = "uplc" -version = "0.0.10" +version = "0.0.11" dependencies = [ "cryptoxide", "flat-rs", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 58e09c0a..01feb483 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aiken" description = "Cardano smart contract language and toolchain" -version = "0.0.10" +version = "0.0.11" edition = "2021" repository = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken" @@ -13,4 +13,4 @@ authors = ["Lucas Rosa ", "Kasey White "] [dependencies] anyhow = "1.0.57" clap = { version = "3.1.14", features = ["derive"] } -uplc = { path = '../uplc', version = "0.0.10" } +uplc = { path = '../uplc', version = "0.0.11" } diff --git a/crates/uplc/Cargo.toml b/crates/uplc/Cargo.toml index 569388ee..2923d38b 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 = "0.0.10" +version = "0.0.11" edition = "2021" repository = "https://github.com/txpipe/aiken/crates/uplc" homepage = "https://github.com/txpipe/aiken"