Skip to content

Commit

Permalink
chore: bump version to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
masonmcelvain committed Dec 6, 2022
1 parent d0547b2 commit f569ecb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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": "hop",
"version": "1.1.8",
"version": "1.1.9",
"description": "An icon-first bookmark manager",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Hop",
"description": "An icon-first bookmark manager",
"version": "1.1.8",
"version": "1.1.9",
"manifest_version": 3,
"action": {
"default_title": "Hop",
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Hop",
"description": "An icon-first bookmark manager",
"version": "1.1.8",
"version": "1.1.9",
"manifest_version": 2,
"browser_action": {
"default_title": "Hop",
Expand Down

0 comments on commit f569ecb

Please sign in to comment.