From 0fd56db1b5d2f9b3e8064256aff06666e36c9027 Mon Sep 17 00:00:00 2001 From: blockiosaurus Date: Tue, 30 Jul 2024 20:47:11 +0000 Subject: [PATCH] Deploy JS client v4.2.0 --- clients/js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/js/package.json b/clients/js/package.json index 09133e00..523c5e85 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/mpl-bubblegum", - "version": "4.1.0", + "version": "4.2.0", "description": "Create and interact with compressed Metaplex NFTs", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", @@ -69,4 +69,4 @@ ] }, "packageManager": "pnpm@8.2.0" -} \ No newline at end of file +}