Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDerThan committed Jan 18, 2024
1 parent bea9292 commit 530e427
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bookbuyer.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name BookBuyer
// @author JonDerThan
// @namespace JonDerThan.github.com
// @version 1.0.1
// @version 1.0.2
// @description Allows for quick searching of goodread books on an arbitrary website.
// @match https://www.goodreads.com/*
// @iconURL https://raw.githubusercontent.com/JonDerThan/bookbuyer/main/src/bookbuyer-favicon.png
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookbuyer",
"version": "1.0.1",
"version": "1.0.2",
"description": "Allows for quick searching of goodread books on an arbitrary website.",
"devDependencies": {
"eslint": "^8.34.0",
Expand Down
2 changes: 1 addition & 1 deletion src/bookbuyer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name BookBuyer
// @author JonDerThan
// @namespace JonDerThan.github.com
// @version 1.0.1
// @version 1.0.2
// @description Allows for quick searching of goodread books on an arbitrary website.
// @match https://www.goodreads.com/*
// @iconURL https://raw.githubusercontent.com/JonDerThan/bookbuyer/main/src/bookbuyer-favicon.png
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "BookBuyer",
"author": "JonDerThan",
"version": "1.0.1",
"version": "1.0.2",
"description": "Allows for quick searching of goodread books on an arbitrary website.",
"homepage_url": "https://github.com/JonDerThan/bookbuyer",

Expand Down
2 changes: 1 addition & 1 deletion src/manifest_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "BookBuyer",
"author": "JonDerThan",
"version": "1.0.1",
"version": "1.0.2",
"description": "Allows for quick searching of goodread books on an arbitrary website.",
"homepage_url": "https://github.com/JonDerThan/bookbuyer",

Expand Down

0 comments on commit 530e427

Please sign in to comment.