From 0dd5cf2cb6f9d4d2196998e6e1b23cf1eebfd081 Mon Sep 17 00:00:00 2001 From: rvcas Date: Sat, 18 Jun 2022 23:06:15 -0400 Subject: [PATCH] Release 0.0.4 aiken@0.0.4 Generated by cargo-workspaces --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e4e45f1..e8e6da68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aiken" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "clap", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index dc733578..58ac7c0a 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.3" +version = "0.0.4" edition = "2021" repository = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"