Skip to content

Commit

Permalink
version: Bump 1.1.6 -> 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
masonmcelvain committed Aug 29, 2022
1 parent 617cb24 commit e159640
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.6",
"version": "1.1.7",
"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.6",
"version": "1.1.7",
"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.6",
"version": "1.1.7",
"manifest_version": 2,
"browser_action": {
"default_title": "Hop",
Expand Down

0 comments on commit e159640

Please sign in to comment.