Skip to content

Commit cdf19f2

Browse files
version 2.14.1.
1 parent 732b5ce commit cdf19f2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
1616
## Dependencies for browser
1717

1818
```html
19-
<script src="https://unpkg.com/quickblox@2.14.0/quickblox.min.js"></script>
19+
<script src="https://unpkg.com/quickblox@2.14.1/quickblox.min.js"></script>
2020
```
2121

2222
## Bower and RequireJS

quickblox.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53770,16 +53770,16 @@ module.exports = StreamManagement;
5377053770
*/
5377153771

5377253772
var config = {
53773-
version: '2.14.0',
53774-
buildNumber: '1135',
53773+
version: '2.14.1',
53774+
buildNumber: '1136',
5377553775
creds: {
5377653776
'appId': 0,
5377753777
'authKey': '',
5377853778
'authSecret': '',
5377953779
'accountKey': ''
5378053780
},
5378153781
endpoints: {
53782-
api: 'apistage6.quickblox.com/',
53782+
api: 'api.quickblox.com',
5378353783
chat: 'chat.quickblox.com',
5378453784
muc: 'muc.chat.quickblox.com'
5378553785
},

quickblox.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/qbConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
*/
1313

1414
var config = {
15-
version: '2.14.0',
16-
buildNumber: '1135',
15+
version: '2.14.1',
16+
buildNumber: '1136',
1717
creds: {
1818
'appId': 0,
1919
'authKey': '',
2020
'authSecret': '',
2121
'accountKey': ''
2222
},
2323
endpoints: {
24-
api: 'apistage6.quickblox.com/',
24+
api: 'api.quickblox.com',
2525
chat: 'chat.quickblox.com',
2626
muc: 'muc.chat.quickblox.com'
2727
},

0 commit comments

Comments
 (0)