Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #36 from wangxiao/master
Browse files Browse the repository at this point in the history
[feature] 发布 2.0.4 相关
  • Loading branch information
wangxiao committed Jul 31, 2015
2 parents 5ed0bf7 + d86efdd commit 0a69982
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## 官方新版本发布流程

* 修改代码中修改日期及版本号
* 修改 bower.json 中的版本号
* 填写 changelog.md
* Github 生成 release 包
* 发布到 bower
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leancloud-push.js",
"version": "2.0.0",
"version": "2.0.4",
"homepage": "http://github.com/leancloud/js-push-sdk/",
"authors": [
"WangXiao <[email protected]>"
Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.4
* 兼容 IE8、IE9,提供插件方式

# 2.0.3
* 修正 where 参数无法发送的 bug
* 支持美国节点
Expand All @@ -11,4 +14,4 @@

# 2.0.1
* 修改接口 channel 改为 subscribe
* 支持 bower 发布
* 支持 bower 发布
4 changes: 2 additions & 2 deletions src/AV.push.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author wangxiao
* @date 2015-07-25
* @date 2015-07-31
*
* 每位工程师都有保持代码优雅的义务
* Each engineer has a duty to keep the code elegant
Expand All @@ -9,7 +9,7 @@
void function(win) {

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

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

0 comments on commit 0a69982

Please sign in to comment.