From 0ac165364fd2b3e76f241224fcb95128579adee2 Mon Sep 17 00:00:00 2001 From: mr-t Date: Mon, 10 Jul 2023 16:05:35 +0200 Subject: [PATCH] add author (#722) Co-authored-by: Tai 'Mr. T' Truong --- contracts/external/cw-bounties/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/external/cw-bounties/Cargo.toml b/contracts/external/cw-bounties/Cargo.toml index b589b3df2..dca456e4b 100644 --- a/contracts/external/cw-bounties/Cargo.toml +++ b/contracts/external/cw-bounties/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw-bounties" -authors = ["Jake Hartnell"] +authors = ["Jake Hartnell", "Mr T "] description = "A CosmWasm contract for creating and managing on-chain bounties." edition = { workspace = true } license = { workspace = true }