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

Commit 19c7178

Browse files
committed
Update version to v0.2.11
1 parent 293bfdf commit 19c7178

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.10",
3+
"version": "0.2.11",
44
"description": "Automatically solve hCaptcha using AI.",
55
"private": true,
66
"scripts": {

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.10",
4+
"version": "0.2.11",
55
"description": "Automatically solve hCaptcha using AI. Locally, with Chrome extension.",
66
"icons": {
77
"16": "icons/icon_16.png",

public/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
</div>
182182

183183
<div class="footer">
184-
<div>Version 0.2.10</div>
184+
<div>Version 0.2.11</div>
185185
<div>Credits to NopeCHA</div>
186186
</div>
187187
</div>

0 commit comments

Comments
 (0)