Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 032a9c0

Browse files
committed
Update version to v0.3.0
1 parent f785de6 commit 032a9c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hektcaptcha-extension",
3-
"version": "0.2.17",
3+
"version": "0.3.0",
44
"description": "Automatically solve hCaptcha using AI.",
55
"private": true,
66
"scripts": {

public/manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "hektCaptcha: hCaptcha Solver",
4-
"version": "0.2.17",
4+
"version": "0.3.0",
55
"description": "Automatically solve hCaptcha using AI. Locally, with Chrome extension.",
66
"icons": {
77
"16": "icons/icon_16.png",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "hektCaptcha: hCaptcha Solver",
4-
"version": "0.2.17",
4+
"version": "0.3.0",
55
"description": "Automatically solve hCaptcha using AI. Locally, with Chrome extension.",
66
"icons": {
77
"16": "icons/icon_16.png",

0 commit comments

Comments
 (0)