Skip to content

Commit 961c600

Browse files
committed
bump version to 0.3.0
1 parent 5f6c3e7 commit 961c600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Tablist",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "Delete or export multiple tabs",
66
"browser_specific_settings": { "gecko": { "id": "{b65fac8d-5101-447b-b23a-e5b0be24e099}" } },
77
"permissions": ["tabs", "tabGroups", "storage", "activeTab"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tablist",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Firefox extension to delete or export multiple tabs",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)