From c43a62702c1c0f06cd63f5db779ce5622633a5f0 Mon Sep 17 00:00:00 2001 From: danenbm Date: Thu, 1 Feb 2024 11:38:26 +0000 Subject: [PATCH] Deploy JS client v3.1.2 --- 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 e6049718..082a9518 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/mpl-bubblegum", - "version": "3.1.1", + "version": "3.1.2", "description": "Create and interact with compressed Metaplex NFTs", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",