Skip to content

Commit

Permalink
version 2.14.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-K-Koltunov committed Sep 20, 2022
1 parent 732b5ce commit cdf19f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
## Dependencies for browser

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

## Bower and RequireJS
Expand Down
6 changes: 3 additions & 3 deletions quickblox.js
Original file line number Diff line number Diff line change
Expand Up @@ -53770,16 +53770,16 @@ module.exports = StreamManagement;
*/

var config = {
version: '2.14.0',
buildNumber: '1135',
version: '2.14.1',
buildNumber: '1136',
creds: {
'appId': 0,
'authKey': '',
'authSecret': '',
'accountKey': ''
},
endpoints: {
api: 'apistage6.quickblox.com/',
api: 'api.quickblox.com',
chat: 'chat.quickblox.com',
muc: 'muc.chat.quickblox.com'
},
Expand Down
2 changes: 1 addition & 1 deletion quickblox.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/qbConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
*/

var config = {
version: '2.14.0',
buildNumber: '1135',
version: '2.14.1',
buildNumber: '1136',
creds: {
'appId': 0,
'authKey': '',
'authSecret': '',
'accountKey': ''
},
endpoints: {
api: 'apistage6.quickblox.com/',
api: 'api.quickblox.com',
chat: 'chat.quickblox.com',
muc: 'muc.chat.quickblox.com'
},
Expand Down

0 comments on commit cdf19f2

Please sign in to comment.