From 3c70143505ad7c0b504228db15c2872d18c0f8e6 Mon Sep 17 00:00:00 2001 From: Akmal Date: Thu, 7 Sep 2023 09:12:57 +0700 Subject: [PATCH] Update version to v0.2.14 --- package-lock.json | 4 ++-- package.json | 2 +- public/manifest.firefox.json | 2 +- public/manifest.json | 2 +- public/popup.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 974e253..8c027b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hektcaptcha-extension", - "version": "0.2.13", + "version": "0.2.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hektcaptcha-extension", - "version": "0.2.13", + "version": "0.2.14", "dependencies": { "@jimp/plugin-crop": "^0.22.10", "assert": "^2.0.0", diff --git a/package.json b/package.json index 1a9e602..27cf425 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hektcaptcha-extension", - "version": "0.2.13", + "version": "0.2.14", "description": "Automatically solve hCaptcha using AI.", "private": true, "scripts": { diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index 3e79b96..ef17189 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.13", + "version": "0.2.14", "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 deb9ae3..5e9cf6f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "hektCaptcha: hCaptcha Solver", - "version": "0.2.13", + "version": "0.2.14", "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 7f9baf3..135fff9 100644 --- a/public/popup.html +++ b/public/popup.html @@ -181,7 +181,7 @@