From 1f5efafc6a4708b91a19d420f762c40c794e13a1 Mon Sep 17 00:00:00 2001 From: febo Date: Fri, 13 Oct 2023 23:16:44 +0000 Subject: [PATCH] Deploy JS client v3.0.0 --- clients/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/js/package.json b/clients/js/package.json index 19e0f8b8..67e9505f 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/mpl-bubblegum", - "version": "2.0.0", + "version": "3.0.0", "description": "Create and interact with compressed Metaplex NFTs", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",