From 116f3106b55302ed4f7ab7c6cb520789cb2f16b6 Mon Sep 17 00:00:00 2001 From: Kael Zhang Date: Thu, 28 Nov 2024 11:50:41 +0800 Subject: [PATCH] bump version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29ea5df..8ae0c5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safe-rm", - "version": "1.0.8", + "version": "2.0.0", "description": "A much safer replacement of bash rm with nearly full functionalities and options of the rm command!", "bin": { "safe-rm": "./bin/rm.sh"