Skip to content

Commit

Permalink
Merge pull request #100 from wangxiao/master
Browse files Browse the repository at this point in the history
[feature] 发布 2.0.7 相关。
  • Loading branch information
wangxiao committed May 15, 2015
2 parents e1e075d + 934686e commit aab20b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leancloud-realtime.js",
"version": "2.0.6",
"version": "2.0.7",
"homepage": "http://github.com/leancloud/js-realtime-sdk/",
"authors": [
"WangXiao <[email protected]>"
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.0.7
* 修正创建暂态聊天室失败的问题
* 兼容 IE9
* 对在 open 之前调用方法增加友好报错

# 2.0.6
* 支持自定义的 JSON,并兼容其他端 SDK
* close 事件中可以获取 websocket 关闭的 event 对象
Expand Down
4 changes: 2 additions & 2 deletions src/AV.realtime.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author wangxiao
* @date 2015-04-27
* @date 2015-05-15
* @homepage http://github.com/leancloud/js-realtime-sdk/
*
* 每位工程师都有保持代码优雅的义务
Expand All @@ -10,7 +10,7 @@
void function(win) {

// 当前版本
var VERSION = '2.0.6';
var VERSION = '2.0.7';

// 获取命名空间
var AV = win.AV || {};
Expand Down

0 comments on commit aab20b0

Please sign in to comment.