From 9e7be4669b59ede0745594dfd2e05c27d743c3e9 Mon Sep 17 00:00:00 2001 From: Daniel Ramos Date: Mon, 1 Apr 2024 10:56:11 +0200 Subject: [PATCH] bump version to 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8589e29..cff1746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "factorial-cli", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "description": "Fill your factorial shifts with ease", "main": "dist/src/infrastructure/cli/main.js",