From 87b0f8566e17c2edebf015538952b9ea8e46700a Mon Sep 17 00:00:00 2001 From: Xinyu Ma Date: Mon, 6 May 2024 15:03:43 -0700 Subject: [PATCH] Release 3.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ed2480..5b46e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ucla-irl/ndnts-aux", - "version": "3.0.1", + "version": "3.0.2", "description": "NDNts Auxiliary Package for Web and Deno", "scripts": { "test": "deno test --no-check",