From 14824ca2bb38f8b119b8fb2e87f41e2c0c36e4cb Mon Sep 17 00:00:00 2001 From: ddmt Date: Sun, 29 Sep 2024 23:12:55 +0800 Subject: [PATCH] 0.0.1-beta.1 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1affa2f..a139878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ddmt-tool", - "version": "1.0.7", + "version": "0.0.1-beta.1", "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", @@ -9,7 +9,8 @@ }, "keywords": [ "ddmt", - "tool" + "tool", + "animate" ], "author": "ddmt", "license": "MIT"