Skip to content

Commit f9f433d

Browse files
author
Igor Khomenko
committed
Merge branch 'gh-pages' of github.com:QuickBlox/quickblox-javascript-sdk into gh-pages
2 parents 5371e89 + e26169f commit f9f433d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ These modules are combined through [browserify](http://browserify.org/) into a s
7676

7777
* You need to have the dependencies listed in the package.json available, use `npm install` to load them.
7878
* Change the 'version' properties in next files:
79-
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/master/js/qbConfig.js
80-
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/master/bower.json
81-
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/master/package.json
79+
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/gh-pages/js/qbConfig.js
80+
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/gh-pages/bower.json
81+
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/gh-pages/package.json
8282
* Rebuild SDK: `grunt`
8383
* 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.
8484
* `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)

0 commit comments

Comments
 (0)