Skip to content

Commit ef6659b

Browse files
committed
Prepared to release 0.5.3
1 parent a286846 commit ef6659b

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-jssdk.js",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"killme2008 <[email protected]>"

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.5.3 日期:2015 年 5 月 14 日
2+
* 紧急修复 localStorage 模块大小写名称错误。
3+
14
# 0.5.2 日期:2015 年 5 月 12 日
25
* 上传 sdk 到专门的 CDN 加速域名 [https://cdn1.lncld.net/static/](https://cdn1.lncld.net/static/)
36
* 兼容 ReactNative 运行环境

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ gulp.task('upload', ['compress-scripts'], function(cb) {
164164

165165

166166
gulp.task('release', ['concat', 'concat_core', 'uglify', 'compress-scripts', 'localstorage',
167-
'docs', 'compress-docs', 'upload']);
167+
'docs', 'compress-docs']);

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(function(root) {
22
root.AV = root.AV || {};
3-
root.AV.VERSION = "js0.5.2";
3+
root.AV.VERSION = "js0.5.3";
44
}(this));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "avoscloud-sdk",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"main": "./dist/av.js",
55
"description": "AVOSCloud JavaScript SDK.",
66
"repository": {

0 commit comments

Comments
 (0)