From f171109b2fa016f3a92d9da301853d1457c1ab22 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Tue, 17 Sep 2024 00:08:22 +0100 Subject: [PATCH] 4.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53682f7..0d65d0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "command-line-commands", - "version": "3.0.2", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "command-line-commands", - "version": "3.0.2", + "version": "4.0.0", "license": "MIT", "dependencies": { "array-back": "^6.2.2" diff --git a/package.json b/package.json index 66e59bd..be879d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "command-line-commands", "author": "Lloyd Brookes <75pound@gmail.com>", - "version": "3.0.2", + "version": "4.0.0", "description": "Add a git-like command interface to your app.", "repository": { "type": "git",