- commit
- 580afabebf541ca465befedeaf6e23317cd90485
- parent
- 453ce1465abb4b2826c813d7b0400134c60f6a8a
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-07-06 06:49
bump version to 0.7.0
Diffstat
| M | CHANGES.md | 6 | ++++++ |
| M | manifest.json | 2 | +- |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,9 @@ -1 1 # 0.7.0 (2023-07-06) -1 2 -1 3 - fix: do not count main request as "other" -1 4 - add dark mode -1 5 -1 6 1 7 # 0.6.0 (2023-05-18) 2 8 3 9 - allow to block cookies
diff --git a/manifest.json b/manifest.json
@@ -4,7 +4,7 @@ 4 4 "author": "Tobias Bengfort", 5 5 "homepage_url": "https://github.com/xi/xiMatrix", 6 6 "description": "block requests based on domain and type",7 -1 "version": "0.6.0",-1 7 "version": "0.7.0", 8 8 "browser_action": { 9 9 "default_title": "xiMatrix", 10 10 "default_popup": "src/popup.html",