From 834c33d0630272cada292000f043901c413c6b47 Mon Sep 17 00:00:00 2001 From: mattfsourcecode <24415914+mattfsourcecode@users.noreply.github.com> Date: Sat, 15 Feb 2025 01:34:47 -0500 Subject: [PATCH] v1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d8079f..c5f378f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-swc-typescript-server-bootstrap-cli", - "version": "1.0.20", + "version": "1.1", "description": "CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest", "main": "init.js", "license": "MIT",