From b1598db98c450b6bf8c881b250807d8c9e1583a1 Mon Sep 17 00:00:00 2001 From: Elia Lazzari Date: Tue, 10 Jan 2023 15:26:37 +0100 Subject: [PATCH] increased version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf9a42e..95cde23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "console-gui-tools", - "version": "2.3.0", + "version": "2.3.1", "description": "A simple library to draw option menu, text popup or other widgets and layout on a Node.js console.", "main": "dist/esm/ConsoleGui.mjs", "types": "dist/types/ConsoleGui.d.ts",