From d2471b1e3852b8663c5a5bcdc4e51a18c4acedff Mon Sep 17 00:00:00 2001 From: nhanphan Date: Tue, 9 Apr 2024 21:32:15 +0000 Subject: [PATCH] Deploy JS client v0.4.5 --- 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 34a5e3e3..86e6dd8f 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/mpl-core", - "version": "0.4.4", + "version": "0.4.5", "description": "Digital Assets", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",