Skip to content

Commit d31e23f

Browse files
committed
Ready to release 0.5.4
1 parent 0e58b36 commit d31e23f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.5.4 发布日期:2017-02-27
3+
----
4+
5+
* 修复推送请求中的格式不兼容问题
6+
27
0.5.3 发布日期:2017-02-13
38
----
49

src/LeanCloud/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Client {
2323
/**
2424
* Client version
2525
*/
26-
const VERSION = '0.5.3';
26+
const VERSION = '0.5.4';
2727

2828
/**
2929
* API Endpoints for Regions

0 commit comments

Comments
 (0)