From 7f8b2e4f7adbf44da0198cc5a2c3a67448b8e116 Mon Sep 17 00:00:00 2001 From: ddmt Date: Fri, 15 Nov 2024 20:25:35 +0800 Subject: [PATCH] 1.0.8-fixbug.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71fae29..f8082e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ddmt-tool", - "version": "0.0.3-beta.1", + "version": "0.0.3-beta.2", "description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.", "main": "index.js", "type": "module",