Skip to content

Commit

Permalink
Update to 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mastef committed Oct 25, 2019
1 parent 0500792 commit 11685e8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="logo-options">
<div class="logo-box">
<img src="images/browsers.svg" style="max-width: 3rem;">
<h2>Tab Manager Plus 5.0.6</h2>
<h2>Tab Manager Plus 5.0.7</h2>
</div>
</div>
<div class="toggle-options">
Expand Down
2 changes: 1 addition & 1 deletion lib/TabManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var TabManager = React.createFactory(React.createClass({
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.0.6";
if (typeof localStorage["version"] === "undefined") localStorage["version"] = "5.0.7";

layout = localStorage["layout"];
tabLimit = JSON.parse(localStorage["tabLimit"]);
Expand Down
2 changes: 1 addition & 1 deletion lib/TabOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
logo: function logo() {
var logo = [
React.DOM.img({ src: "images/browsers.svg", style: { "max-width": "3rem" } }),
React.DOM.h2({}, "Tab Manager Plus 5.0.6")];
React.DOM.h2({}, "Tab Manager Plus 5.0.7")];

return React.DOM.div({ className: "logo-options" }, React.DOM.div({ className: "logo-box" }, logo));
},
Expand Down
2 changes: 1 addition & 1 deletion lib/TabOptionsFirefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
logo: function logo() {
var logo = [
React.DOM.img({ src: "images/browsers.svg", style: { "max-width": "3rem" } }),
React.DOM.h2({}, "Tab Manager Plus 5.0.6")];
React.DOM.h2({}, "Tab Manager Plus 5.0.7")];

return React.DOM.div({ className: "logo-options" }, React.DOM.div({ className: "logo-box" }, logo));
},
Expand Down
2 changes: 1 addition & 1 deletion manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Tab Manager Plus for Firefox",
"short_name": "Tab Manager+",
"version": "5.0.6",
"version": "5.0.7",
"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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Tab Manager Plus for Chrome",
"short_name": "Tab Manager+",
"version": "5.0.6",
"version": "5.0.7",
"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.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-manager",
"version": "5.0.6",
"version": "5.0.7",
"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": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tab Manager Plus 5.0.6
# Tab Manager Plus 5.0.7
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.

For a list of changes check out the [changelog](./CHANGELOG.md).
Expand Down

0 comments on commit 11685e8

Please sign in to comment.