Skip to content

Commit

Permalink
Merge pull request #83 from wangxiao/master
Browse files Browse the repository at this point in the history
[feature] 发布 2.0.5 相关。
  • Loading branch information
wangxiao committed Apr 22, 2015
2 parents d86a0c7 + 17e2c34 commit 002ab1d
Show file tree
Hide file tree
Showing 3 changed files with 7 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.4",
"version": "2.0.5",
"homepage": "http://github.com/leancloud/js-realtime-sdk/",
"authors": [
"WangXiao <[email protected]>"
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.5
* 修正获取 conversation 历史消息的 bug,并且支持多端通信协议
* 修正 tool.ajax 有时不会返回错误信息的 bug

# 2.0.4
* 修正关闭 encodeHTML 时多媒体格式没有对 text 赋值

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-17
* @date 2015-04-22
* @homepage http://github.com/leancloud/js-realtime-sdk/
*
* 每位工程师都有保持代码优雅的义务
Expand All @@ -10,7 +10,7 @@
void function(win) {

// 当前版本
var VERSION = '2.0.4';
var VERSION = '2.0.5';

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

0 comments on commit 002ab1d

Please sign in to comment.