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
2020
2121``` html
2222<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 >
2424```
2525
2626## Bower and RequireJS
Original file line number Diff line number Diff line change 11{
22 "name" : " quickblox" ,
33 "description" : " QuickBlox JavaScript SDK" ,
4- "version" : " 2.3.1 " ,
4+ "version" : " 2.3.2 " ,
55 "homepage" : " https://quickblox.com/developers/Javascript" ,
66 "main" : " quickblox.js" ,
77 "license" : " Apache 2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " quickblox" ,
33 "description" : " QuickBlox JavaScript SDK" ,
4- "version" : " 2.3.1 " ,
4+ "version" : " 2.3.2 " ,
55 "homepage" : " https://quickblox.com/developers/Javascript" ,
66 "main" : " src/qbMain.js" ,
77 "license" : " (Apache-2.0)" ,
Original file line number Diff line number Diff line change 1010 */
1111
1212var config = {
13- version : '2.3.1 ' ,
13+ version : '2.3.2 ' ,
1414 creds : {
1515 appId : '' ,
1616 authKey : '' ,
You can’t perform that action at this time.
0 commit comments