From cdd8fc3cde9f9f30518bb265d8fbf4be117df128 Mon Sep 17 00:00:00 2001 From: danenbm Date: Fri, 6 Sep 2024 19:36:02 +0000 Subject: [PATCH] Deploy JS client v4.2.1 --- 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 e0d91f7..9abe3a4 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/mpl-bubblegum", - "version": "4.2.0", + "version": "4.2.1", "description": "Create and interact with compressed Metaplex NFTs", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",