Skip to content

Commit 3ca3e97

Browse files
author
Fosco Marotto
committed
Updated to 1.1.0
1 parent bfc7c92 commit 3ca3e97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
```json
1414
{
1515
"require": {
16-
"parse/php-sdk" : "1.0.*"
16+
"parse/php-sdk" : "1.1.*"
1717
}
1818
}
1919
```

src/Parse/ParseClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ final class ParseClient
5353
* Constant for version string to include with requests.
5454
* @ignore
5555
*/
56-
const VERSION_STRING = 'php1.0.6';
56+
const VERSION_STRING = 'php1.1.0';
5757

5858
/**
5959
* Parse\Client::initialize, must be called before using Parse features.

0 commit comments

Comments
 (0)