Skip to content

Commit

Permalink
Upd version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaspirit committed Sep 28, 2016
1 parent 6afe40e commit 3c734a8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For correct work of JS SDK you must include the library in your html before `qu

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.2.3/quickblox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.3.0/quickblox.min.js"></script>
```

## Bower and RequireJS
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quickblox",
"description": "QuickBlox JavaScript SDK",
"version": "2.2.3",
"version": "2.3.0",
"homepage": "https://quickblox.com/developers/Javascript",
"main": "quickblox.js",
"license": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quickblox",
"description": "QuickBlox JavaScript SDK",
"version": "2.2.3",
"version": "2.3.0",
"homepage": "https://quickblox.com/developers/Javascript",
"main": "src/qbMain.js",
"license": [
Expand Down
35 changes: 17 additions & 18 deletions quickblox.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/qbConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

var config = {
version: '2.2.3',
version: '2.3.0',
creds: {
appId: '',
authKey: '',
Expand Down

0 comments on commit 3c734a8

Please sign in to comment.