From acd844128b170d62bad5c85b6c901abad2afddc0 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sat, 15 Jan 2022 17:13:01 -0300 Subject: [PATCH] Release version 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8b37a25..de582742 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "oura" -version = "1.0.0" +version = "1.0.1" dependencies = [ "bech32", "clap", diff --git a/Cargo.toml b/Cargo.toml index 86a879b4..52f94cc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oura" description = "The tail of Cardano" -version = "1.0.0" +version = "1.0.1" edition = "2021" repository = "https://github.com/txpipe/oura" homepage = "https://github.com/txpipe/oura"