diff --git a/package-lock.json b/package-lock.json index 39815aed2..af9614668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "likes-blocker", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7e68b6d49..d91f757ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "likes-blocker", - "version": "2.0.1", + "version": "2.1.0", "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 fd061b8cd..6fd1840f2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Likers Blocker", - "version": "2.0.1", + "version": "2.1.0", "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": [