diff --git a/Cargo.lock b/Cargo.lock index e4734a6c..47b22a46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "aiken" -version = "0.0.15" +version = "0.0.16" dependencies = [ "anyhow", "clap", @@ -41,7 +41,7 @@ dependencies = [ [[package]] name = "aiken-lang" -version = "0.0.0" +version = "0.0.16" dependencies = [ "chumsky", "internment", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9ad64ba9..9ab7ea48 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.15" +version = "0.0.16" edition = "2021" repository = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken" diff --git a/crates/lang/Cargo.toml b/crates/lang/Cargo.toml index 3168e866..f7ce044d 100644 --- a/crates/lang/Cargo.toml +++ b/crates/lang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aiken-lang" -version = "0.0.0" +version = "0.0.16" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html