From 2e510bb82ba1e0ef060966b92d4af07d7c6f11d9 Mon Sep 17 00:00:00 2001 From: Vasan Subramanian Date: Sun, 28 Jul 2024 19:38:52 +0530 Subject: [PATCH] v2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 877bbcc..5b4ff48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zzapi", - "version": "2.0.0", + "version": "2.0.1", "description": "zzAPI is a REST API testing and documentation tool set. It is an open-source Postman alternative. ", "main": "./dist/index.js", "module": "./dist/index.mjs",