Skip to content

Commit d883d06

Browse files
Vladlukhanindimaspirit
authored andcommitted
Sprint 12 - pull/276
1 parent 890235b commit d883d06

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+23439
-3707
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# npm packages
44
node_modules
55
npm-debug.log
6+
npm-debug.log.*
67

78
# *Storm
89
.idea/*

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The QuickBlox JavaScript SDK provides a JavaScript library making it even easier
1414
## Dependencies for browser
1515

1616
```html
17-
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.6.2/quickblox.min.js"></script>
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.7.0/quickblox.min.js"></script>
1818
```
1919

2020
## Bower and RequireJS

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quickblox",
33
"description": "QuickBlox JavaScript SDK",
4-
"version": "2.6.2",
4+
"version": "2.7.0",
55
"homepage": "https://quickblox.com/developers/Javascript",
66
"main": "quickblox.js",
77
"license": "Apache 2.0",

docs/QB.addressbook.html

+1,300
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)