From e93c2a5fb8b53f938cb514c1a522da8a09eeb2b2 Mon Sep 17 00:00:00 2001 From: Austin Adams Date: Fri, 11 Mar 2022 16:18:19 -0600 Subject: [PATCH] Update Cargo.toml --- candy-machine/program/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candy-machine/program/Cargo.toml b/candy-machine/program/Cargo.toml index 79959e7833..8e0bfaa9d1 100644 --- a/candy-machine/program/Cargo.toml +++ b/candy-machine/program/Cargo.toml @@ -1,7 +1,7 @@ [workspace] [package] name = "mpl-candy-machine" -version = "3.1.1" +version = "3.1.2" description = "NFT Candy Machine v2: programmatic and trustless NFT drops." authors = ["Jordan Prince", "Metaplex Developers "] repository = "https://github.com/metaplex-foundation/metaplex-program-library"