chore: reset aiken version

This commit is contained in:
rvcas
2022-06-14 19:15:59 -04:00
parent 8d12332fa8
commit f8284ebaa0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "aiken"
version = "0.0.2"
version = "0.0.1"
dependencies = [
"anyhow",
"clap",

View File

@@ -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"