diff --git a/Cargo.lock b/Cargo.lock index c67d73f6..fa034cf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aiken" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "clap", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 95ccb99c..0e2e3329 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.1" +version = "0.0.2" edition = "2021" repository = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"