Skip to content

Commit 7ba21dd

Browse files
committed
Released 0.5.4
1 parent 6c6ac70 commit 7ba21dd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-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.3",
3+
"version": "0.5.4",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"killme2008 <[email protected]>"

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.5.3 日期:2015 年 5 月 14 日
1+
# 0.5.4 日期:2015 年 5 月 14 日
22
* 紧急修复 localStorage 模块大小写名称错误。
33

44
# 0.5.2 日期:2015 年 5 月 12 日

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.3";
3+
root.AV.VERSION = "js0.5.4";
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.3",
3+
"version": "0.5.4",
44
"main": "./dist/av.js",
55
"description": "AVOSCloud JavaScript SDK.",
66
"repository": {

0 commit comments

Comments
 (0)