From bb24ea056a2dfff7d81ad7d753b4d40382f6febd Mon Sep 17 00:00:00 2001 From: danenbm Date: Thu, 1 Feb 2024 23:15:44 +0000 Subject: [PATCH] Deploy JS client v0.9.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 7375a3b..396c876 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/mpl-toolbox", - "version": "0.9.1", + "version": "0.9.2", "description": "Auto-generated essential Solana and Metaplex programs", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",