From fe56cb71cd7087ad647e0072b27f5f52cf913c14 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Mon, 17 Jan 2022 22:52:16 -0300 Subject: [PATCH] Release version 1.0.2 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2adaa712..0a7abac5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "oura" -version = "1.0.1" +version = "1.0.2" dependencies = [ "bech32", "clap", diff --git a/Cargo.toml b/Cargo.toml index df9dce15..975ec93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "oura" description = "The tail of Cardano" -version = "1.0.1" +version = "1.0.2" edition = "2021" repository = "https://github.com/txpipe/oura" homepage = "https://github.com/txpipe/oura" -documentation = "https://docs.rs/oura/0.1.0/oura/" +documentation = "https://docs.rs/oura" license = "Apache-2.0" readme = "README.md" authors = [