Skip to content

Commit

Permalink
fixed unmin main file
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaspirit committed Apr 18, 2017
1 parent 8163e97 commit 4ee5a57
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 103,423 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For correct work of JS SDK you must include the library in your html before `qui

```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.5.1/quickblox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.5.3/quickblox.min.js"></script>
```

Begin with version 2.5.0 no dependencies for work correctly is not needed.
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.5.2",
"version": "2.5.3",
"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.5.2",
"version": "2.5.3",
"homepage": "https://quickblox.com/developers/Javascript",
"main": "src/qbMain.js",
"license": "(Apache-2.0)",
Expand Down
Loading

0 comments on commit 4ee5a57

Please sign in to comment.