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

Commit

Permalink
Update version to v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Aug 22, 2023
1 parent 5875971 commit 8b07e02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hektcaptcha-extension",
"version": "0.2.11",
"version": "0.2.12",
"description": "Automatically solve hCaptcha using AI.",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "hektCaptcha: hCaptcha Solver",
"version": "0.2.11",
"version": "0.2.12",
"description": "Automatically solve hCaptcha using AI. Locally, with Chrome extension.",
"icons": {
"16": "icons/icon_16.png",
Expand Down
2 changes: 1 addition & 1 deletion public/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</div>

<div class="footer">
<div>Version 0.2.11</div>
<div>Version 0.2.12</div>
<div>Credits to NopeCHA</div>
</div>
</div>
Expand Down

0 comments on commit 8b07e02

Please sign in to comment.