Skip to content

Commit

Permalink
Release v1.1.0 (#15)
Browse files Browse the repository at this point in the history
* Update version of the package

* Update version of the app in manifest

* Update lockfile regarding new package version
  • Loading branch information
BartoszKlonowski authored Mar 23, 2023
1 parent d870410 commit 20cdc73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Search for tab",
"version": "1.0.0",
"version": "1.1.0",

"permissions": [
"activeTab",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search-for-tab",
"version": "1.0.0",
"version": "1.1.0",
"description": "Mozilla Firefox extension allowing to search for a specific tab open in current browser window ",
"main": "manifest.json",
"scripts": {
Expand Down

0 comments on commit 20cdc73

Please sign in to comment.