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

Commit 037b03f

Browse files
committed
Update version to v0.3.1
1 parent e810143 commit 037b03f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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",
3+
"version": "0.3.1",
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.3.0",
4+
"version": "0.3.1",
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.3.0",
4+
"version": "0.3.1",
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
@@ -327,7 +327,7 @@
327327
</div>
328328
</div>
329329
<div class="footer">
330-
<div>Version 0.3.0</div>
330+
<div>Version 0.3.1</div>
331331
<div>Credits to NopeCHA</div>
332332
</div>
333333
</div>

0 commit comments

Comments
 (0)