From 7269fe0da62ae9bc095e2590ed48312fbb2128ad Mon Sep 17 00:00:00 2001 From: Samuel Vanderwaal Date: Sun, 12 Mar 2023 10:14:58 -0800 Subject: [PATCH] chore: Release metaboss version 0.21.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f03eb09..6bf18d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1830,7 +1830,7 @@ dependencies = [ [[package]] name = "metaboss" -version = "0.20.2" +version = "0.21.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index f65ace0..7ff4aef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metaboss" -version = "0.20.2" +version = "0.21.0" edition = "2021" description="The Metaplex NFT-standard Swiss Army Knife tool." repository="https://github.com/samuelvanderwaal/metaboss"