diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-04-13 10:50:21 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-04-13 12:21:09 +0200 |
commit | 4d866cf6f8c051098ff001562cbf8cb84980473a (patch) | |
tree | 2f00b7184adc9faf0e99e601d9cd7ed339cd138d | |
parent | bc7d13ead2c1b9f2565232afb76cfd507c51208e (diff) | |
download | browser-extension-4d866cf6f8c051098ff001562cbf8cb84980473a.tar.gz browser-extension-4d866cf6f8c051098ff001562cbf8cb84980473a.zip |
bump version to 1.0
-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" |