From ac944e82538f9b57ebc5f3220a4b400fcba443b4 Mon Sep 17 00:00:00 2001 From: febo Date: Tue, 14 May 2024 04:33:17 +0000 Subject: [PATCH] Deploy JS client v0.5.0 --- clients/js/asset/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/js/asset/package.json b/clients/js/asset/package.json index c7dd321..1ed60fb 100644 --- a/clients/js/asset/package.json +++ b/clients/js/asset/package.json @@ -1,6 +1,6 @@ { "name": "@nifty-oss/asset", - "version": "0.4.0", + "version": "0.5.0", "description": "A lightweight standard for non-fungible assets on Solana", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",