From c895eb7338793370ea06f4e2e7313a815c57e39f Mon Sep 17 00:00:00 2001 From: Dan Gould Date: Mon, 21 Nov 2022 13:55:47 -0500 Subject: [PATCH] Bump v0.2.1 (#87) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91f3fab..8b5fb1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,7 +847,7 @@ dependencies = [ [[package]] name = "nolooking" -version = "0.2.0" +version = "0.2.1" dependencies = [ "base64", "bip78", diff --git a/Cargo.toml b/Cargo.toml index 1570fb5..1621a1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nolooking" -version = "0.2.0" +version = "0.2.1" authors = ["Dan Gould ", "Martin Habovstiak "] exclude = ["./tests/compose"] edition = "2018"