Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ovx committed Nov 16, 2022
1 parent f77e8b7 commit 725b8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Download a [release](https://github.com/privian/searchbox/releases) or use a CDN
2. Include Searchbox into your website:

```html
<script type="module" src="https://cdn.jsdelivr.net/gh/privian/[email protected].1/dist/searchbox.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/privian/[email protected].2/dist/searchbox.min.js"></script>
```

3. Configure Searchbox instance:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "searchbox",
"description": "A backend-less website search built on top of Pagefind.",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"main": "dist/searchbox.min.js",
"author": "Daniel Regeci; https://about.privian.io",
Expand Down

0 comments on commit 725b8bd

Please sign in to comment.