From caeca23cfa074878b7302617fd260e87b3970768 Mon Sep 17 00:00:00 2001 From: ddmt Date: Fri, 21 Feb 2025 13:00:12 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 package.json 中的版本号从 0.0.3 修改为 0.0.4 - 此次更新主要包括一些代码优化和小功能的添加,为下一个正式版本做准备 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23e57f7..da8fa9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ddmt-tool", - "version": "0.0.3", + "version": "0.0.4", "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",