Skip to content

Commit

Permalink
chore: bump version to 1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
masonmcelvain committed May 20, 2023
1 parent 7e3e666 commit 312aa11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.14",
"version": "1.1.15",
"description": "An icon-first bookmark manager",
"main": "src/public/index.tsx",
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/public/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.14",
"version": "1.1.15",
"manifest_version": 3,
"action": {
"default_title": "Hop",
Expand Down
2 changes: 1 addition & 1 deletion src/public/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.14",
"version": "1.1.15",
"manifest_version": 3,
"action": {
"default_title": "Hop",
Expand Down

0 comments on commit 312aa11

Please sign in to comment.