From 4bfebf4a60fb4d3c82abcb2d5fcaf05958137fba Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 29 Sep 2024 16:46:22 +0200 Subject: [PATCH] 2.0.16 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8e111af..a32d605 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smartinteract", "private": false, - "version": "2.0.15", + "version": "2.0.16", "description": "A package for creating smart CLI interactions with customizable questions and answers.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -60,4 +60,4 @@ "last 1 chrome versions" ], "type": "module" -} \ No newline at end of file +}