chore: bump version numbers

This commit is contained in:
Santiago Carmuega 2021-12-08 10:54:47 -03:00
parent 0c46117f84
commit 451751109f
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-alonzo"
description = "Ledger primitives and cbor codec for the Alonzo era"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas"
description = "Rust-native building blocks for the Cardano blockchain ecosystem."
version = "0.2.0"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
@ -20,4 +20,4 @@ pallas-chainsync = { version = "0.1.0", path = "../pallas-chainsync/" }
pallas-blockfetch = { version = "0.1.0", path = "../pallas-blockfetch/" }
pallas-localstate = { version = "0.1.0", path = "../pallas-localstate/" }
pallas-txsubmission = { version = "0.1.0", path = "../pallas-txsubmission/" }
pallas-alonzo = { version = "0.2.0", path = "../pallas-alonzo/", features=["crypto"] }
pallas-alonzo = { version = "0.2.1", path = "../pallas-alonzo/", features=["crypto"] }