Skip to content

Commit

Permalink
Prepare v0.30.1 (#501)
Browse files Browse the repository at this point in the history
* Prepare v0.30.1

* Bump cloud-core version

* Bump proto-client-php version
  • Loading branch information
dwsupplee authored May 19, 2017
1 parent f9fad9a commit 06239ea
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.30.1",
"v0.30.0",
"v0.29.0",
"v0.28.0",
Expand Down Expand Up @@ -64,6 +65,7 @@
"name": "google/cloud-core",
"defaultService": "core/readme",
"versions": [
"v1.4.1",
"v1.4.0",
"v1.3.0",
"v1.2.0",
Expand All @@ -90,6 +92,7 @@
"name": "google/cloud-error-reporting",
"defaultService": "errorreporting/readme",
"versions": [
"v0.2.1",
"v0.2.0",
"v0.1.0",
"master"
Expand All @@ -112,6 +115,7 @@
"name": "google/cloud-monitoring",
"defaultService": "monitoring/readme",
"versions": [
"v0.2.1",
"v0.2.0",
"v0.1.0",
"master"
Expand Down Expand Up @@ -146,6 +150,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v0.1.1",
"v0.1.0",
"master"
]
Expand Down
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
2 changes: 1 addition & 1 deletion src/ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
2 changes: 1 addition & 1 deletion src/ErrorReporting/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"ext-grpc": "*",
"google/cloud-core": "^1.0",
"google/proto-client-php": "^0.9",
"google/proto-client-php": "^0.13",
"google/gax": "^0.8"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
2 changes: 1 addition & 1 deletion src/Monitoring/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"ext-grpc": "*",
"google/cloud-core": "^1.0",
"google/proto-client-php": "^0.9",
"google/proto-client-php": "^0.13",
"google/gax": "^0.8"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
*/
class ServiceBuilder
{
const VERSION = '0.30.0';
const VERSION = '0.30.1';

/**
* @var array Configuration options to be used between clients.
Expand Down
2 changes: 1 addition & 1 deletion src/Spanner/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '0.1.0';
const VERSION = '0.1.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
2 changes: 1 addition & 1 deletion src/Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion src/Spanner/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ext-grpc": "*",
"google/cloud-core": "^1.4",
"google/gax": "^0.9",
"google/proto-client-php": "^0.8"
"google/proto-client-php": "^0.13"
},
"suggest": {
"symfony/lock": "Required for the default session handler. Should be included as follows: symfony/lock:dev-master#1ba6ac9"
Expand Down

0 comments on commit 06239ea

Please sign in to comment.