We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc7c92 commit 3ca3e97Copy full SHA for 3ca3e97
README.md
@@ -13,7 +13,7 @@ Installation
13
```json
14
{
15
"require": {
16
- "parse/php-sdk" : "1.0.*"
+ "parse/php-sdk" : "1.1.*"
17
}
18
19
```
src/Parse/ParseClient.php
@@ -53,7 +53,7 @@ final class ParseClient
53
* Constant for version string to include with requests.
54
* @ignore
55
*/
56
- const VERSION_STRING = 'php1.0.6';
+ const VERSION_STRING = 'php1.1.0';
57
58
/**
59
* Parse\Client::initialize, must be called before using Parse features.
0 commit comments