diff --git a/Cargo.lock b/Cargo.lock index f914517..76a8f2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2001,7 +2001,7 @@ dependencies = [ [[package]] name = "metaboss" -version = "0.28.0" +version = "0.29.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c39cdd3..1fa10da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metaboss" -version = "0.28.0" +version = "0.29.0" edition = "2021" description = "The Metaplex NFT-standard Swiss Army Knife tool." repository = "https://github.com/samuelvanderwaal/metaboss"