From d8798c01c21986fb0c2d3e1f4a20175db5c85ff1 Mon Sep 17 00:00:00 2001 From: Daniel Morgenstern Date: Sun, 27 Sep 2020 05:53:28 +0200 Subject: [PATCH] bugfix: share smaller block lists --- package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index af9614668..eb1eacf9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "likes-blocker", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d91f757ac..cd82af43e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "likes-blocker", - "version": "2.1.0", + "version": "2.1.1", "description": "Block all visible likers (and optionally all retweeters) of a tweet on Twitter.", "main": "dist/script.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 6fd1840f2..5b82856da 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Likers Blocker", - "version": "2.1.0", + "version": "2.1.1", "description": "Block all visible likers (and optionally all retweeters) of a tweet on Twitter.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [