From 576496e8ff74a92dabb2221da13e226497d7f254 Mon Sep 17 00:00:00 2001 From: Harrison Harnisch Date: Fri, 30 Dec 2016 13:12:34 -0600 Subject: [PATCH] Bump version and update release notes --- README.md | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec2296b..c27dfe7 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.2** + +- Show invalid state on input when no value is set (fixes #8) + **0.3.1** - Form items get focus before tab groups (fixes #7) diff --git a/manifest.json b/manifest.json index 4e476d6..6e13538 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.1", + "version": "0.3.2", "icons": { "128": "icon.png", "16": "icon.png",