From d2eb4cef4996f84faad26dd0999ab027040c2cdf Mon Sep 17 00:00:00 2001 From: lorisleiva Date: Tue, 5 Sep 2023 15:24:47 +0000 Subject: [PATCH] Deploy JS client v0.9.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 cd6ea08..9bc9a25 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/mpl-toolbox", - "version": "0.9.0", + "version": "0.9.1", "description": "Auto-generated essential Solana and Metaplex programs", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",