Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amerikan committed Oct 12, 2023
1 parent 361fb7d commit fa6ef06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabtastic",
"version": "1.0.5",
"version": "1.0.6",
"description": "**Tabtastic** is a Firefox add-on and Chrome extension that helps you wrangle your current open tabs by ordering them by domain and URL, and closing any duplicates. Perfect for the tab hoarders.",
"main": "tabtastic.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Tabtastic",
"version": "1.0.5",
"version": "1.0.6",
"description": "Adds a browser button to order tabs by domain and URL, and closing any duplicate tabs.",
"homepage_url": "https://github.com/amerikan/tabtastic",
"icons": {
Expand Down

0 comments on commit fa6ef06

Please sign in to comment.