From 1df56660a767ea443eeff678dda433df941c4dce Mon Sep 17 00:00:00 2001 From: Paul Butler Date: Mon, 3 Jun 2019 06:37:32 -0400 Subject: [PATCH] version bump -> 1.6 --- extension/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index b750c0a..8968a78 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "BarbBlock", "description": "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.", - "version": "1.5", + "version": "1.6", "icons": { "16": "icon/icon16.png", "32": "icon/icon32.png", @@ -19,4 +19,4 @@ "webRequestBlocking", "" ] -} \ No newline at end of file +}