Skip to content

Commit

Permalink
v2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-K-Koltunov committed Mar 28, 2024
1 parent 43788c2 commit a2939c3
Show file tree
Hide file tree
Showing 7 changed files with 1,130 additions and 298 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
## Dependencies for browser

```html
<script src="https://unpkg.com/quickblox@2.16.1/quickblox.min.js"></script>
<script src="https://unpkg.com/quickblox@2.16.2/quickblox.min.js"></script>
```

## Bower and RequireJS
Expand Down
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,7 +1,7 @@
{
"name": "quickblox",
"description": "QuickBlox JavaScript SDK",
"version": "2.16.1",
"version": "2.16.2",
"homepage": "https://quickblox.com/developers/Javascript",
"main": "src/qbMain.js",
"types": "quickblox.d.ts",
Expand Down
Loading

0 comments on commit a2939c3

Please sign in to comment.