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

Commit e679457

Browse files
committed
Update version to v0.3.0b3
1 parent b3c6cf3 commit e679457

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.3.0.2",
3+
"version": "0.3.0.3",
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.3.0.2",
4+
"version": "0.3.0.3",
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
@@ -296,7 +296,7 @@
296296
</div>
297297
</div>
298298
<div class="footer">
299-
<div>Version 0.3.0b2</div>
299+
<div>Version 0.3.0b3</div>
300300
<div>Credits to NopeCHA</div>
301301
</div>
302302
</div>

0 commit comments

Comments
 (0)