From 39fcc2f7ffaaf16beba650e98cb926dbe6efc80e Mon Sep 17 00:00:00 2001 From: Jason Hicks Date: Thu, 19 Jan 2017 14:43:59 -0600 Subject: [PATCH] 2.1.3 --- app/manifest.json | 2 +- changelog.md | 5 +++++ package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index e33c34f..e15f85e 100755 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Tab Master 5000", - "version": "2.1.2", + "version": "2.1.3", "manifest_version": 2, "description": "__MSG_appDesc__", "icons": { diff --git a/changelog.md b/changelog.md index 999e64c..d787e87 100755 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ #### Release Notes +##### v2.1.3 / *1-19-17* + +* Fixed a bug preventing a new tab from being able to load preferences when Chrome is starting up and restoring a previous session with a new tab open. +* Fixed incomplete localization support in the Session Manager, Support, and Contribute views. + ##### v2.1.2 / *1-17-17* * Added localization support. diff --git a/package.json b/package.json index 612f4e2..c06bbf3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tab-master-5000", - "version": "2.1.2", + "version": "2.1.3", "description": "Tab Master 5000", "repository": { "type": "git",