From 99bcf711e46ba1e1e0392e36577174028ecdd510 Mon Sep 17 00:00:00 2001 From: nextcaptcha Date: Sun, 7 Apr 2024 20:44:35 +0800 Subject: [PATCH] fix: package.json version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c41a18..13b600d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcaptcha-ts", - "version": "1.0.0", + "version": "1.0.1", "description": "NextCaptcha Captcha Solving Service Api Wrapper for Typescript to solving recaptcha v2, v3,recapthcha moible,hcaptcha,funcaptcha", "main": "dist/index.js", "repository": {