diff --git a/package-lock.json b/package-lock.json index 63d4550..a23742f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hektcaptcha-extension", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hektcaptcha-extension", - "version": "0.3.0", + "version": "0.3.1", "dependencies": { "@jimp/plugin-crop": "^0.22.10", "assert": "^2.0.0", diff --git a/package.json b/package.json index 9aa8d1d..d931519 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hektcaptcha-extension", - "version": "0.3.0", + "version": "0.3.1", "description": "Automatically solve hCaptcha using AI.", "private": true, "scripts": { diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index f4953f2..cca1729 100644 --- a/public/manifest.firefox.json +++ b/public/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "hektCaptcha: hCaptcha Solver", - "version": "0.3.0", + "version": "0.3.1", "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 df6841b..09cbb70 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "hektCaptcha: hCaptcha Solver", - "version": "0.3.0", + "version": "0.3.1", "description": "Automatically solve hCaptcha using AI. Locally, with Chrome extension.", "icons": { "16": "icons/icon_16.png", diff --git a/public/popup.html b/public/popup.html index c21e769..b50dcfc 100644 --- a/public/popup.html +++ b/public/popup.html @@ -327,7 +327,7 @@