Skip to content

Commit 112957f

Browse files
committed
Bumps extension version
1 parent b279c46 commit 112957f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src-assets-chrome/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "Move Tab to Next Window",
4-
"version": "1.1.0",
5-
"description": "One-click to move a tab, NOW with Tab Groups support!",
4+
"version": "1.2.0",
5+
"description": "One-click to move a tab to the next window",
66
"homepage_url": "https://github.com/rshev/MoveTabToNextWindow",
77
"permissions": ["tabGroups", "storage"],
88
"background": {

src-assets-ff/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 2,
33
"name": "Move Tab to Next Window",
4-
"version": "1.1.0",
5-
"description": "Move tab to next window - tab context menu and button extension",
4+
"version": "1.2.0",
5+
"description": "One-click to move a tab to the next window from a button or tab context menu",
66
"homepage_url": "https://github.com/rshev/MoveTabToNextWindow",
77
"permissions": ["menus"],
88
"background": {

0 commit comments

Comments
 (0)