diff --git a/.babelrc b/.babelrc
index a9e1778e..1e7d9a09 100644
--- a/.babelrc
+++ b/.babelrc
@@ -9,7 +9,7 @@
"sourceType": "script",
"plugins": [
["inline-replace-variables", {
- "__VERSION__": "5.1.5"
+ "__VERSION__": "5.1.6"
}]
]
}
diff --git a/changelog.html b/changelog.html
index 60af5286..a7d43b05 100644
--- a/changelog.html
+++ b/changelog.html
@@ -19,7 +19,7 @@
diff --git a/manifest-firefox.json b/manifest-firefox.json
index 2199ba8a..a70d666b 100644
--- a/manifest-firefox.json
+++ b/manifest-firefox.json
@@ -1,7 +1,7 @@
{
"name": "Tab Manager Plus for Firefox",
"short_name": "Tab Manager+",
- "version": "5.1.5",
+ "version": "5.1.6",
"manifest_version": 2,
"description": "Quickly find open tabs, see all windows in one view, find duplicates and limit tabs per window. The best Tab Manager for Firefox.",
"author": "stefanXO",
diff --git a/manifest.json b/manifest.json
index 16d0ebeb..fb3e4981 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Tab Manager Plus for Chrome",
"short_name": "Tab Manager+",
- "version": "5.1.5",
+ "version": "5.1.6",
"manifest_version": 2,
"offline_enabled": true,
"description": "Quickly find open tabs, see all windows in one view, find duplicates and limit tabs per window. The best Tab Manager for Chrome.",
diff --git a/outlib/TabManager.js b/outlib/TabManager.js
index 2c859e80..a6a383ab 100644
--- a/outlib/TabManager.js
+++ b/outlib/TabManager.js
@@ -52,7 +52,7 @@ TabManager = function (_React$Component) {_inherits(TabManager, _React$Component
if (typeof localStorage["sessionsFeature"] === "undefined") localStorage["sessionsFeature"] = "0";
if (typeof localStorage["hideWindows"] === "undefined") localStorage["hideWindows"] = "0";
if (typeof localStorage["filter-tabs"] === "undefined") localStorage["filter-tabs"] = "0";
- if (typeof localStorage["version"] === "undefined") localStorage["version"] = "5.1.5";
+ if (typeof localStorage["version"] === "undefined") localStorage["version"] = "5.1.6";
layout = localStorage["layout"];
tabLimit = JSON.parse(localStorage["tabLimit"]);
diff --git a/outlib/TabOptions.js b/outlib/TabOptions.js
index 7bf398f8..c88b955b 100644
--- a/outlib/TabOptions.js
+++ b/outlib/TabOptions.js
@@ -6,7 +6,7 @@ TabOptions = function (_React$Component) {_inherits(TabOptions, _React$Component
_this.state = {};return _this;
}_createClass(TabOptions, [{ key: "logo", value: function logo()
{
- var logo = [React.createElement("img", { src: "images/browsers.svg", style: { maxWidth: "3rem" } }), React.createElement("h2", null, "Tab Manager Plus ", "5.1.5")];
+ var logo = [React.createElement("img", { src: "images/browsers.svg", style: { maxWidth: "3rem" } }), React.createElement("h2", null, "Tab Manager Plus ", "5.1.6")];
return (
React.createElement("div", { className: "logo-options" },
diff --git a/outlib/TabOptionsFirefox.js b/outlib/TabOptionsFirefox.js
index 27f35165..63898b2a 100644
--- a/outlib/TabOptionsFirefox.js
+++ b/outlib/TabOptionsFirefox.js
@@ -6,7 +6,7 @@ TabOptions = function (_React$Component) {_inherits(TabOptions, _React$Component
_this.state = {};return _this;
}_createClass(TabOptions, [{ key: "logo", value: function logo()
{
- var logo = [React.createElement("img", { src: "images/browsers.svg", style: { maxWidth: "3rem" } }), React.createElement("h2", null, "Tab Manager Plus ", "5.1.5")];
+ var logo = [React.createElement("img", { src: "images/browsers.svg", style: { maxWidth: "3rem" } }), React.createElement("h2", null, "Tab Manager Plus ", "5.1.6")];
return (
React.createElement("div", { className: "logo-options" },
diff --git a/package.json b/package.json
index b4607abf..be3c5eb0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tab-manager",
- "version": "5.1.5",
+ "version": "5.1.6",
"description": "This is an extended version of the old Tab Manager Google Chrome extension. Should work on both Chrome and Firefox. Malware free, with a new view type and many new features.",
"main": "index.js",
"directories": {
diff --git a/readme.md b/readme.md
index 7f49f51a..4bdcda32 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-#
Tab Manager Plus 5.1.5
+#
Tab Manager Plus 5.1.6
##### Search through your tabs instantly, save windows for later, limit open tabs per window - and many more.