Skip to content

Commit 12104be

Browse files
authored
Prepare v0.30.1 (#501)
* Prepare v0.30.1 * Bump cloud-core version * Bump proto-client-php version
1 parent 8b3e63f commit 12104be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SpannerClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class SpannerClient
6565
use LROTrait;
6666
use ValidateTrait;
6767

68-
const VERSION = '0.1.0';
68+
const VERSION = '0.1.1';
6969

7070
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
7171
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ext-grpc": "*",
88
"google/cloud-core": "^1.4",
99
"google/gax": "^0.9",
10-
"google/proto-client-php": "^0.8"
10+
"google/proto-client-php": "^0.13"
1111
},
1212
"suggest": {
1313
"symfony/lock": "Required for the default session handler. Should be included as follows: symfony/lock:dev-master#1ba6ac9"

0 commit comments

Comments
 (0)