From 032a9c0c8263365150f6617b909770020da7cffb Mon Sep 17 00:00:00 2001 From: Akmal Date: Thu, 28 Sep 2023 17:26:20 +0700 Subject: [PATCH] Update version to v0.3.0 --- package-lock.json | 4 ++-- package.json | 2 +- public/manifest.firefox.json | 2 +- public/manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a8d553..63d4550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hektcaptcha-extension", - "version": "0.2.17", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hektcaptcha-extension", - "version": "0.2.17", + "version": "0.3.0", "dependencies": { "@jimp/plugin-crop": "^0.22.10", "assert": "^2.0.0", diff --git a/package.json b/package.json index ce12a9d..9aa8d1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hektcaptcha-extension", - "version": "0.2.17", + "version": "0.3.0", "description": "Automatically solve hCaptcha using AI.", "private": true, "scripts": { diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index 1763cfe..f4953f2 100644 --- a/public/manifest.firefox.json +++ b/public/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "hektCaptcha: hCaptcha Solver", - "version": "0.2.17", + "version": "0.3.0", "description": "Automatically solve hCaptcha using AI. Locally, with Chrome extension.", "icons": { "16": "icons/icon_16.png", diff --git a/public/manifest.json b/public/manifest.json index fbdaa7b..df6841b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "hektCaptcha: hCaptcha Solver", - "version": "0.2.17", + "version": "0.3.0", "description": "Automatically solve hCaptcha using AI. Locally, with Chrome extension.", "icons": { "16": "icons/icon_16.png",