diff --git a/manifest.json b/manifest.json index 8361542..81a400b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "CanvasBlocker", "description": "__MSG_addon_description__", - "version": "0.4.0-Development", + "version": "0.4.1-Development", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg" @@ -63,7 +63,7 @@ "applications": { "gecko": { "id": "CanvasBlocker@kkapsner.de", - "strict_min_version": "50.0" + "strict_min_version": "55.0" } }, "default_locale": "en", diff --git a/releaseNotes.txt b/releaseNotes.txt index 2f726cc..cfc6ebb 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,3 +1,16 @@ +Version 0.4.1: + todos: + - + + changes: + - + + new features: + - + + fixes: + - + Version 0.4.0: changes: - switched to webExtension