From 63f130452578832703d7f4e7efc79727c1147ba5 Mon Sep 17 00:00:00 2001 From: febo Date: Thu, 18 Apr 2024 00:09:14 +0000 Subject: [PATCH] Deploy JS client v0.4.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 97bb776..c7dd321 100644 --- a/clients/js/asset/package.json +++ b/clients/js/asset/package.json @@ -1,6 +1,6 @@ { "name": "@nifty-oss/asset", - "version": "0.3.0", + "version": "0.4.0", "description": "A lightweight standard for non-fungible assets on Solana", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",