diff --git a/CHANGELOG.md b/CHANGELOG.md index 9777fd2..107c9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.5.8 +- Fix shifted main results after Google search layout update +- Small appearance improvements for options page and extension popup + ### 2.5.7 - Added config for spacebar action (select focused, scroll to next, none) - Changed extension name to "Google Search Tweaker" diff --git a/manifest.json b/manifest.json index 81eb1c7..248f2a6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "default_locale": "en", "name": "Google Search Tweaker — tiled google search", - "version": "2.5.7", + "version": "2.5.8", "description": "__MSG_extensionDescription__", "icons": { "48": "icons/icon-new.png",