Skip to content

Commit

Permalink
Merge branch 'auto-wrap-issue'
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Oct 21, 2020
2 parents c507ee8 + e212078 commit 9cfb203
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ yarn add jsqry
#### Web

```html
<script src="https://cdn.jsdelivr.net/npm/jsqry@1.2.3/jsqry.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jsqry@1.2.4/jsqry.min.js"></script>
```
2 changes: 1 addition & 1 deletion jsqry.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": "jsqry",
"version": "1.2.3",
"version": "1.2.4",
"main": "jsqry.js",
"types": "jsqry.d.ts",
"description": "Simple lib to query JS objects/arrays",
Expand Down

0 comments on commit 9cfb203

Please sign in to comment.