Skip to content

Commit 6b0cdc5

Browse files
author
Igor Khomenko
committed
bump version 2.4.3
1 parent 8280de1 commit 6b0cdc5

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

bower.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "quickblox",
33
"description": "QuickBlox JavaScript SDK",
4-
"version": "2.1.2",
5-
"homepage": "http://quickblox.com/developers/Javascript",
4+
"version": "2.1.3",
5+
"homepage": "https://quickblox.com/developers/Javascript",
66
"main": "quickblox.js",
7-
"license": "MIT",
8-
"license": "BSD",
7+
"license": "Apache 2.0",
98
"keywords": [
109
"quickblox",
1110
"javascript",

js/qbConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
var config = {
13-
version: '2.1.2',
13+
version: '2.1.3',
1414
creds: {
1515
appId: '',
1616
authKey: '',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "quickblox",
33
"description": "QuickBlox JavaScript SDK",
4-
"version": "2.1.2",
5-
"homepage": "http://quickblox.com/developers/Javascript",
4+
"version": "2.1.3",
5+
"homepage": "https://quickblox.com/developers/Javascript",
66
"main": "js/qbMain.js",
77
"license": [
88
{
9-
"type": "BSD",
9+
"type": "Apache 2.0",
1010
"url": "https://github.com/QuickBlox/quickblox-javascript-sdk/blob/master/LICENSE"
1111
}
1212
],

quickblox.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)