File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ node_modules/
22dist /
33package /
44* tgz
5+ release.sh
Original file line number Diff line number Diff line change 1- # 0.4.8 日期: 2015 年 2 月 26 日
1+ # 0.4.9 日期: 2015 年 2 月 26 日
22* 拆分 sdk,按照模块划分成多个文件。
33* 使用 gulp 构建 sdk,清理代码。
44* 修复事件流无法发送带有 ` AV.File ` 、` AV.Object ` 等类型的 Status。
Original file line number Diff line number Diff line change 11/*!
22 * AVOSCloud JavaScript SDK
3- * Version: 0.4.8
3+ * Version: 0.4.9
44 * Built: Mon Jun 03 2013 13:45:00
55 * https://leancloud.cn
66 *
Original file line number Diff line number Diff line change 11( function ( root ) {
22 root . AV = root . AV || { } ;
3- root . AV . VERSION = "js0.4.8 " ;
3+ root . AV . VERSION = "js0.4.9 " ;
44} ( this ) ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " avoscloud-sdk" ,
3- "version" : " 0.4.8 " ,
3+ "version" : " 0.4.9 " ,
44 "main" : " ./lib/av.js" ,
55 "description" : " AVOSCloud JavaScript SDK." ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments