Skip to content

Commit

Permalink
chore: prepare v2.10.0 (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 23, 2021
1 parent a1f05ce commit b86b0c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ composer installed.
Once composer is installed, execute the following command in your project root to install this library:

```sh
composer require google/apiclient:"^2.9"
composer require google/apiclient:^2.10
```

Finally, be sure to include the autoloader:
Expand All @@ -61,7 +61,7 @@ you want to keep in `composer.json`:
```json
{
"require": {
"google/apiclient": "^2.9"
"google/apiclient": "^2.10"
},
"scripts": {
"pre-autoload-dump": "Google\\Task\\Composer::cleanup"
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
class Client
{
const LIBVER = "2.9.1";
const LIBVER = "2.10.0";
const USER_AGENT_SUFFIX = "google-api-php-client/";
const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke';
const OAUTH2_TOKEN_URI = 'https://oauth2.googleapis.com/token';
Expand Down

0 comments on commit b86b0c9

Please sign in to comment.