diff --git a/README.md b/README.md index d1d9dcd..ec2296b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Chrome Web Store: https://chrome.google.com/webstore/detail/tabbie/aingjdeimmeke ## Release Notes +**0.3.1** + +- Form items get focus before tab groups (fixes #7) + **0.3.0** - Default to save all chrome tabs in the current window diff --git a/manifest.json b/manifest.json index 158bbbc..4e476d6 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Tabbie", "short_name": "Tabbie", "description": "The missing tab manager for Chrome", - "version": "0.3.0", + "version": "0.3.1", "icons": { "128": "icon.png", "16": "icon.png",