aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-04-13 10:50:21 +0200
committerWojtek Kosior <koszko@koszko.org>2022-04-13 12:21:09 +0200
commit4d866cf6f8c051098ff001562cbf8cb84980473a (patch)
tree2f00b7184adc9faf0e99e601d9cd7ed339cd138d /README.md
parentbc7d13ead2c1b9f2565232afb76cfd507c51208e (diff)
downloadbrowser-extension-4d866cf6f8c051098ff001562cbf8cb84980473a.tar.gz
browser-extension-4d866cf6f8c051098ff001562cbf8cb84980473a.zip
bump version to 1.0
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 2458989..07bb93a 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-beta1 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 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.
### Setting up an environment for manual testing