- commit
- 1181867267c0b476165c5c7c08e1a9895d745c81
- parent
- 900fced1b4d7bf350aedef3caaae94d08f54a774
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-10-15 11:46
bump version to 0.2.1
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.2.1 (2022-10-15) -1 2 -1 3 - fix compatibility with event pages -1 4 - fix: add DOCTYPE for popup -1 5 -1 6 1 7 # 0.2.0 (2022-08-08) 2 8 3 9 - allow to edit rules as JSON
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.2.0",-1 7 "version": "0.2.1", 8 8 "browser_action": { 9 9 "default_title": "xiMatrix", 10 10 "default_popup": "src/popup.html",