chore: reset aiken version

This commit is contained in:
rvcas 2022-06-14 19:15:59 -04:00
parent 8d12332fa8
commit f8284ebaa0
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,7 +1,7 @@
[package] [package]
name = "aiken" name = "aiken"
description = "Cardano smart contract language and toolchain" description = "Cardano smart contract language and toolchain"
version = "0.0.2" version = "0.0.1"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/aiken" repository = "https://github.com/txpipe/aiken"
homepage = "https://github.com/txpipe/aiken" homepage = "https://github.com/txpipe/aiken"