From 82829faace7f8c86cf4d623218778fc591550826 Mon Sep 17 00:00:00 2001 From: Samuel J Vanderwaal Date: Sun, 19 Jun 2022 14:18:35 -0800 Subject: [PATCH] (cargo-release) version 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b73ab5ee..5052dad9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1537,7 +1537,7 @@ dependencies = [ [[package]] name = "metaboss" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 3ae2b060..f71e70dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metaboss" -version = "0.7.0" +version = "0.7.1" edition = "2021" description="The Metaplex NFT-standard Swiss Army Knife tool." repository="https://github.com/samuelvanderwaal/metaboss"