Skip to content

Commit

Permalink
v3.0.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jin-ku committed Oct 31, 2016
1 parent b8b65ca commit 024d1b7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## v3.0.13
## v3.0.14
### update
* Fixed a reconnection bug happening after calling disconnect() and connect() in serial.
* Added "custom_type" field to message/file object.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SendBird-SDK-JavaScript
# [Documentation](https://docs.sendbird.com/javascript)


## Upgrading to v3.0.13
## Upgrading to v3.0.14
If you want to check the record of other version, go to [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
* Fixed a reconnection bug happening after calling disconnect() and connect() in serial.
* Added "custom_type" field to message/file object.
Expand Down
4 changes: 2 additions & 2 deletions SendBird.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.0.13",
"version": "3.0.14",
"authors": [
"SendBird <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.0.13",
"version": "3.0.14",
"description": "SendBird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit 024d1b7

Please sign in to comment.