From fd77c691dd873c2183817597e523ddbdf16021bc Mon Sep 17 00:00:00 2001 From: JC-Coder Date: Sun, 11 Feb 2024 16:47:48 +0100 Subject: [PATCH] v1.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76c500b..4cfcdb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "startease-cli", - "version": "1.2.3", + "version": "1.2.4", "description": "StartEase is a versatile command-line tool designed to simplify and accelerate project setup. It empowers developers to quickly scaffold projects, select from various templates, and integrate with different databases, allowing for a smooth and efficient project kickstart.", "main": "./cli.js", "type": "module",