aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-06-10 16:03:50 +0200
committerWojtek Kosior <koszko@koszko.org>2022-06-18 12:30:42 +0200
commitf33dbdee39953f145bb986a7488e65e55e25d49d (patch)
treed2bf20b226043f1d5797dd6cc9cd8e759c662054 /README.md
parentaec5c9aefca828aae5860f027ab9651c76a42472 (diff)
downloadbrowser-extension-f33dbdee39953f145bb986a7488e65e55e25d49d.tar.gz
browser-extension-f33dbdee39953f145bb986a7488e65e55e25d49d.zip
bump version to 2.0-beta1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07bb93a..efc8951 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ make test-prepare
python3 -m pytest -vv -k popup
```
-As of Haketilo 1.0 some tests may spuriously fail. This is the result it being notoriously difficult to avoid some weirdnesses when driving Firefox using Selenium. To make sure a failed test is not the result of some more serious bug, you might want to rerun the test suite.
+As of Haketilo 2.0 some tests may spuriously fail. This is the result of it being notoriously difficult to avoid some weirdnesses when driving Firefox using Selenium. To make sure a failed test is not the result of some more serious bug, you might want to rerun the test suite.
### Setting up an environment for manual testing