Skip to content

Commit a2a531a

Browse files
committed
hotfix HTML report
1 parent cb05dcc commit a2a531a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webqa-agent",
3-
"version": "0.2.3.1",
3+
"version": "0.2.3.2",
44
"description": "WebQA Agent is an autonomous web browser agent that audits performance, functionality & UX for engineers and vibe-coding creators.",
55
"dependencies": {
66
"chrome-launcher": "^1.2.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "webqa-agent"
7-
version = "0.2.3.1"
7+
version = "0.2.3.2"
88
description = "WebQA Agent is an autonomous web browser agent that audits performance, functionality & UX for engineers and vibe-coding creators."
99
readme = "README.md"
1010
requires-python = ">=3.11"

webqa_agent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__all__ = [
22
]
33

4-
__version__ = '0.2.3.1'
4+
__version__ = '0.2.3.2'

webqa_agent/static/assets/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webqa_agent/static/assets/index_en_US.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)