File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ For correct work of JS SDK you must include the library in your html before `qu
20
20
21
21
``` html
22
22
<script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js" ></script >
23
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.3.1 /quickblox.min.js" ></script >
23
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.3.2 /quickblox.min.js" ></script >
24
24
```
25
25
26
26
## Bower and RequireJS
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " quickblox" ,
3
3
"description" : " QuickBlox JavaScript SDK" ,
4
- "version" : " 2.3.1 " ,
4
+ "version" : " 2.3.2 " ,
5
5
"homepage" : " https://quickblox.com/developers/Javascript" ,
6
6
"main" : " quickblox.js" ,
7
7
"license" : " Apache 2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " quickblox" ,
3
3
"description" : " QuickBlox JavaScript SDK" ,
4
- "version" : " 2.3.1 " ,
4
+ "version" : " 2.3.2 " ,
5
5
"homepage" : " https://quickblox.com/developers/Javascript" ,
6
6
"main" : " src/qbMain.js" ,
7
7
"license" : " (Apache-2.0)" ,
Original file line number Diff line number Diff line change 10
10
*/
11
11
12
12
var config = {
13
- version : '2.3.1 ' ,
13
+ version : '2.3.2 ' ,
14
14
creds : {
15
15
appId : '' ,
16
16
authKey : '' ,
You can’t perform that action at this time.
0 commit comments