From d488de0219b52a44012dc5abe833aa120535414a Mon Sep 17 00:00:00 2001 From: Samuel Vanderwaal Date: Wed, 14 Feb 2024 15:45:40 -0900 Subject: [PATCH] chore: Release metaboss version 0.37.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f86602e..ff80b41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2025,7 +2025,7 @@ dependencies = [ [[package]] name = "metaboss" -version = "0.36.0" +version = "0.37.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d90aa93..e982469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metaboss" -version = "0.36.0" +version = "0.37.0" edition = "2021" description = "The Metaplex NFT-standard Swiss Army Knife tool." repository = "https://github.com/samuelvanderwaal/metaboss"