diff --git a/manifest.json b/manifest.json index d23f513..9b2d301 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Keep Twitter scroll position", "description": "Twitter annoyingly keeps losing your scroll position when browsing reply threads. This extension fixes that.", - "version": "1.0", + "version": "1.1", "icons": { "16": "images/logo-16.png", "32": "images/logo-32.png", diff --git a/package.json b/package.json index 2724d8b..dc505ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keep-twitter-scroll-position", - "version": "1.0.0", + "version": "1.1.0", "main": "index.js", "license": "MIT", "dependencies": {},