tabctl 0.1.0 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Tab Control",
4
- "version": "0.1.0",
4
+ "version": "0.1.4",
5
5
  "description": "Archive and manage browser tabs with CLI support",
6
6
  "permissions": [
7
7
  "tabs",
@@ -19,5 +19,5 @@
19
19
  "background": {
20
20
  "service_worker": "background.js"
21
21
  },
22
- "version_name": "0.1.0-dev.0022fa28.dirty"
22
+ "version_name": "0.1.4"
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabctl",
3
- "version": "0.1.0",
3
+ "version": "0.1.4",
4
4
  "description": "CLI tool to manage and analyze browser tabs",
5
5
  "license": "MIT",
6
6
  "repository": {
package/shared/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DIRTY = exports.GIT_SHA = exports.VERSION = exports.BASE_VERSION = void 0;
4
- exports.BASE_VERSION = "0.1.0";
5
- exports.VERSION = "0.1.0-dev.0022fa28.dirty";
6
- exports.GIT_SHA = "0022fa28";
7
- exports.DIRTY = true;
4
+ exports.BASE_VERSION = "0.1.4";
5
+ exports.VERSION = "0.1.4";
6
+ exports.GIT_SHA = null;
7
+ exports.DIRTY = false;