From b35b460b913903bc4674e5b83018f6109758b6e8 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Fri, 6 Oct 2017 23:01:34 +0200 Subject: [PATCH] Version 0.4.1 --- manifest.json | 4 ++-- releaseNotes.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) 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