We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed98247 commit 5ca1d10Copy full SHA for 5ca1d10
Changelog.md
@@ -1,4 +1,9 @@
1
2
+0.10.1 发布日期:2019-06-24
3
+----
4
+
5
+* 修复 signUpOrLoginByMobilePhone 登录问题
6
7
0.10.0 发布日期:2019-06-24
8
----
9
src/LeanCloud/Client.php
@@ -24,7 +24,7 @@ class Client {
24
/**
25
* Client version
26
*/
27
- const VERSION = '0.10.0';
+ const VERSION = '0.10.1';
28
29
30
* API Version string
0 commit comments