Skip to content

Commit

Permalink
Bump version and fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
psidex committed Apr 8, 2023
1 parent 8fe6c1d commit b73d9b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
A browser extension to use custom DuckDuckGo-like bangs directly from the address bar.

## Example Searches

```
!a monitor ▶ https://www.amazon.co.uk/s?k=monitor
!r G273QF ▶ https://www.google.com/search?q=site%3Areddit.com+G273QF
Expand Down
2 changes: 1 addition & 1 deletion manifest.shared.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Custom Bang Search",
"version": "0.10.0",
"version": "0.10.1",
"description": "Use custom DuckDuckGo-like bangs directly from the address bar",
"icons": {
"96": "images/icons/icon_96.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": "custombangsearch",
"version": "0.10.0",
"version": "0.10.1",
"description": "A browser extension to use custom DuckDuckGo-like bangs directly from the address bar",
"main": "",
"scripts": {
Expand Down

0 comments on commit b73d9b5

Please sign in to comment.