Skip to content

Commit

Permalink
Build SDK v2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaforenko committed Nov 27, 2018
1 parent e7ecb13 commit 84204d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.12.1",
"version": "2.12.2",
"homepage": "https://quickblox.com/developers/Javascript",
"main": "src/qbMain.js",
"license": "(Apache-2.0)",
Expand Down
2 changes: 1 addition & 1 deletion quickblox.js
Original file line number Diff line number Diff line change
Expand Up @@ -45146,7 +45146,7 @@ module.exports = StreamManagement;

var config = {
version: '2.12.1',
buildNumber: '1082',
buildNumber: '1084',
creds: {
appId: '',
authKey: '',
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -13,7 +13,7 @@

var config = {
version: '2.12.1',
buildNumber: '1082',
buildNumber: '1084',
creds: {
appId: '',
authKey: '',
Expand Down

0 comments on commit 84204d0

Please sign in to comment.