diff --git a/README.md b/README.md index d8f1ab0..84a6fe7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![users](https://img.shields.io/chrome-web-store/users/filgplhfalgafolkffphilkgckdgnona) ![license](https://img.shields.io/github/license/bradcush/mark-tab-manager) -The missing tab manager +Automatically group tabs by domain ## Store listings diff --git a/bun.lockb b/bun.lockb index 03f948b..a3311df 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/meta/manifest/__tests__/generate.unit.ts b/meta/manifest/__tests__/generate.unit.ts index 0ab6776..34d8c7d 100644 --- a/meta/manifest/__tests__/generate.unit.ts +++ b/meta/manifest/__tests__/generate.unit.ts @@ -40,7 +40,7 @@ describe('generate', () => { description: 'Collapse inactive tab groups', }, }, - description: 'The missing tab manager', + description: 'Automatically group tabs by domain', icons: { '128': 'icons/icon-mark-128.png', '16': 'icons/icon-mark-16.png', @@ -57,7 +57,7 @@ describe('generate', () => { 'tabGroups', 'tabs', ], - version: '0.1.43', + version: '0.1.44', }) ); }); @@ -96,7 +96,7 @@ describe('generate', () => { description: 'Collapse inactive tab groups', }, }, - description: 'The missing tab manager', + description: 'Automatically group tabs by domain', icons: { '128': 'icons/icon-mark-128.png', '16': 'icons/icon-mark-16.png', @@ -113,7 +113,7 @@ describe('generate', () => { 'tabGroups', 'tabs', ], - version: '0.1.43', + version: '0.1.44', }); }); }); diff --git a/meta/manifest/make.ts b/meta/manifest/make.ts index 6bd1aff..4f928e9 100644 --- a/meta/manifest/make.ts +++ b/meta/manifest/make.ts @@ -18,7 +18,7 @@ export function make(): Manifest { description: 'Collapse inactive tab groups', }, }, - description: 'The missing tab manager', + description: 'Automatically group tabs by domain', icons: { '16': 'icons/icon-mark-16.png', '48': 'icons/icon-mark-48.png', @@ -35,7 +35,7 @@ export function make(): Manifest { 'tabGroups', 'tabs', ], - version: '0.1.43', + version: '0.1.44', }; return manifest; } diff --git a/package.json b/package.json index 8bdd878..11115d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Mark tab manager", - "version": "0.1.43", - "description": "Automated tab management", + "version": "0.1.44", + "description": "Automatically group tabs by domain", "repository": "https://github.com/bradcush/mark-tab-manager.git", "author": "Bradley Cushing ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "@types/node": "^14.0.14", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", - "bun-types": "^0.6.7", + "bun-types": "^0.6.11", "commander": "^7.2.0", "eslint": "^8.42.0", "eslint-config-prettier": "^8.8.0",