Skip to content

Commit 0938586

Browse files
author
Igor Khomenko
committed
Update README.md
1 parent 93b1c70 commit 0938586

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For correct work of JS SDK you must include the library in your html before `qu
1616

1717
```html
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
19-
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/1.17.2/quickblox.min.js"></script>
19+
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.0.0/quickblox.min.js"></script>
2020
```
2121

2222
## Bower and RequireJS
@@ -80,6 +80,7 @@ These modules are combined through [browserify](http://browserify.org/) into a s
8080
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/gh-pages/bower.json
8181
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/gh-pages/package.json
8282
* Rebuild SDK: `grunt`
83+
* Update README.md
8384
* Commit your changes to git repository and create a new "git tag" for new version. This action updates SDK for GIT and also for bower package manager.
8485
* `npm publish`. This action updates SDK for node package manager, but maybe you will be needed some author credentials for it (you should be in owner list)
8586
* Update QuickBlox developers section

0 commit comments

Comments
 (0)