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

Commit 1ce4e8c

Browse files
committed
Update version to 0.2.5
1 parent 25ae684 commit 1ce4e8c

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.4",
3+
"version": "0.2.5",
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.4",
4+
"version": "0.2.5",
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
@@ -150,7 +150,7 @@
150150
</div>
151151

152152
<div class="footer">
153-
<div>Version 0.2.4</div>
153+
<div>Version 0.2.5</div>
154154
<div>Credits to NopeCHA & QIN2DIM</div>
155155
</div>
156156
</div>

0 commit comments

Comments
 (0)