From f1636613873b406f0383724e8201303b1e88a960 Mon Sep 17 00:00:00 2001 From: PierreDemailly Date: Sat, 8 Jul 2023 13:10:54 +0200 Subject: [PATCH] Release 2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3433fc..62a6aec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@topcli/spinner", - "version": "2.1.0", + "version": "2.1.1", "description": "Asynchronous CLI Spinner. Allow to create and manage simultaneous/multiple spinners at a time.", "main": "./dist/index.js", "module": "./dist/index.mjs",