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",