From 2b8875c8d487f6ed965f368d8d98db3432a088dd Mon Sep 17 00:00:00 2001 From: blockiosaurus Date: Fri, 17 Jan 2025 21:51:31 +0000 Subject: [PATCH] Deploy JS client v1.2.0 --- 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 e6aa54c7..2e3f9428 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/mpl-core", - "version": "1.1.1", + "version": "1.2.0", "description": "Digital Assets", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", @@ -67,4 +67,4 @@ } }, "packageManager": "pnpm@8.2.0" -} \ No newline at end of file +}