diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | version | 2 | ||||
-rw-r--r-- | version_chromium | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -1 +1 @@ -"1.0-beta3" +"1.0" diff --git a/version_chromium b/version_chromium index a7721a2..ea1da60 100644 --- a/version_chromium +++ b/version_chromium @@ -1 +1 @@ -"0.65536.3" +"1.0" |