Skip to content

Commit 4295352

Browse files
v2.19.2
1 parent 6e33cbc commit 4295352

File tree

32 files changed

+24378
-9011
lines changed

32 files changed

+24378
-9011
lines changed

LICENSE.md

+320
Large diffs are not rendered by default.

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# QuickBlox JavaScript SDK
22

3-
[![travis-ci](https://api.travis-ci.org/QuickBlox/quickblox-javascript-sdk.svg?branch=gh-pages)](https://travis-ci.org/QuickBlox/quickblox-javascript-sdk)
43
[![Code Climate](https://codeclimate.com/github/QuickBlox/quickblox-javascript-sdk/badges/gpa.svg)](https://codeclimate.com/github/QuickBlox/quickblox-javascript-sdk)
54
[![npm](https://img.shields.io/npm/v/quickblox.svg)](https://www.npmjs.com/package/quickblox)
65
[![npm](https://img.shields.io/npm/dm/quickblox.svg)](https://www.npmjs.com/package/quickblox)
@@ -16,7 +15,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
1615
## Dependencies for browser
1716

1817
```html
19-
<script src="https://unpkg.com/quickblox@2.18.0/quickblox.min.js"></script>
18+
<script src="https://unpkg.com/quickblox@2.19.0/quickblox.min.js"></script>
2019
```
2120

2221
## Bower and RequireJS
@@ -74,4 +73,6 @@ See more information at [contributing.md](https://github.com/QuickBlox/quickblox
7473

7574
# License
7675

77-
QuickBlox SDK License Agreement. Please see the LICENSE.txt file distributed with the SDK.
76+
QuickBlox SDK License Agreement. Please see the LICENSE.md file distributed with the SDK.
77+
All samples and examples provided within this SDK are distributed under the MIT License.
78+
The text of the MIT License is included within each sample.

0 commit comments

Comments
 (0)