From 52685f55346d93598cecab8ad643f692eb360ba3 Mon Sep 17 00:00:00 2001 From: ddmt Date: Sun, 29 Sep 2024 21:07:24 +0800 Subject: [PATCH] 1.0.6 --- index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 510a5d8..207f6cf 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ /* * @Author: ddmt - * @version: 1.0.5 + * @version: 1.0.6 * @Date: 2024-9-29 20:50:12 * @LastEditTime: 2024-9-29 20:50:12 * @LastEditors: ddmt diff --git a/package-lock.json b/package-lock.json index d29098d..9137866 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ddmt-tool", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ddmt-tool", - "version": "1.0.5", + "version": "1.0.6", "license": "ISC" } } diff --git a/package.json b/package.json index b7f535a..11a59a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ddmt-tool", - "version": "1.0.5", + "version": "1.0.6", "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",