diff --git a/README.md b/README.md index 17f0c12..998c869 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ Chrome Web Store: https://chrome.google.com/webstore/detail/tabbie/aingjdeimmeke ## Release Notes +**0.3.3** + +- Preserve pinned tabs (fixes #13) + **0.3.2** - Show invalid state on input when no value is set (fixes #8) diff --git a/manifest.json b/manifest.json index 6e13538..5c9b69f 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.2", + "version": "0.3.3", "icons": { "128": "icon.png", "16": "icon.png",