From f8284ebaa0cc8847ded773af294c7a5f22f7bb44 Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 14 Jun 2022 19:15:59 -0400 Subject: [PATCH] chore: reset aiken version --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa034cf9..c67d73f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aiken" -version = "0.0.2" +version = "0.0.1" dependencies = [ "anyhow", "clap", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 0e2e3329..95ccb99c 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.2" +version = "0.0.1" edition = "2021" repository = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"