Skip to content

Commit b86b0c9

Browse files
authored
chore: prepare v2.10.0 (#2090)
1 parent a1f05ce commit b86b0c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ composer installed.
4040
Once composer is installed, execute the following command in your project root to install this library:
4141

4242
```sh
43-
composer require google/apiclient:"^2.9"
43+
composer require google/apiclient:^2.10
4444
```
4545

4646
Finally, be sure to include the autoloader:
@@ -61,7 +61,7 @@ you want to keep in `composer.json`:
6161
```json
6262
{
6363
"require": {
64-
"google/apiclient": "^2.9"
64+
"google/apiclient": "^2.10"
6565
},
6666
"scripts": {
6767
"pre-autoload-dump": "Google\\Task\\Composer::cleanup"

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
*/
5050
class Client
5151
{
52-
const LIBVER = "2.9.1";
52+
const LIBVER = "2.10.0";
5353
const USER_AGENT_SUFFIX = "google-api-php-client/";
5454
const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke';
5555
const OAUTH2_TOKEN_URI = 'https://oauth2.googleapis.com/token';

0 commit comments

Comments
 (0)