Skip to content

Commit 557d30a

Browse files
authored
Merge pull request #130 from juvenn/master
Ready to release 0.5.2
2 parents 7ab00fe + 269da6a commit 557d30a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.5.2 发布日期:2017-01-22
3+
----
4+
5+
* 修复 pointer 对象序列化为 object
6+
* 创建本地文件时支持传入文件名
7+
28
0.5.1 发布日期:2016-11-25
39
----
410

src/LeanCloud/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Client {
2323
/**
2424
* Client version
2525
*/
26-
const VERSION = '0.5.1';
26+
const VERSION = '0.5.2';
2727

2828
/**
2929
* API Endpoints for Regions

0 commit comments

Comments
 (0)