- commit
- d170cb7368cc6aca1490181a014020d4855e8f0d
- parent
- 437f09ae31fc7a806415f6d6a73564f7a9ea66c2
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-04-25 21:39
bump version to 0.10.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.10.0 (2025-04-25) -1 2 -1 3 - update to manifest v3 -1 4 - client side JSON validation for rules -1 5 -1 6 1 7 # 0.9.0 (2023-12-09) 2 8 3 9 - Performance improvements
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.9.0",-1 7 "version": "0.10.0", 8 8 "action": { 9 9 "default_title": "xiMatrix", 10 10 "default_popup": "src/popup.html"