From 69e65ac5e421d257200fc81986b743b64c209fcf Mon Sep 17 00:00:00 2001 From: blockiosaurus Date: Wed, 29 Jan 2025 14:50:28 +0000 Subject: [PATCH] Deploy JS client v4.3.1 --- 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 2321fa2..896a2c4 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/mpl-bubblegum", - "version": "4.3.0", + "version": "4.3.1", "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.15.9" -} \ No newline at end of file +}