From eebf5291ab903647c7e8422f1b2361355db66b59 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Wed, 2 Aug 2017 16:02:30 -0400 Subject: [PATCH] Prepare v0.36.0 (#612) --- composer.json | 6 +++--- docs/manifest.json | 4 ++++ src/BigQuery/BigQueryClient.php | 2 +- src/BigQuery/VERSION | 2 +- src/Core/VERSION | 2 +- src/ServiceBuilder.php | 2 +- src/Speech/SpeechClient.php | 2 +- src/Speech/VERSION | 2 +- 8 files changed, 13 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c2f3e9c3be73..d2abd1385a82 100644 --- a/composer.json +++ b/composer.json @@ -63,8 +63,8 @@ "phpseclib/phpseclib": "^2" }, "replace": { - "google/cloud-bigquery": "0.2.1", - "google/cloud-core": "1.7.0", + "google/cloud-bigquery": "0.2.2", + "google/cloud-core": "1.8.0", "google/cloud-datastore": "1.0.0", "google/cloud-error-reporting": "0.4.1", "google/cloud-logging": "1.3.1", @@ -72,7 +72,7 @@ "google/cloud-language": "0.4.0", "google/cloud-pubsub": "0.6.1", "google/cloud-spanner": "0.4.0", - "google/cloud-speech": "0.6.0", + "google/cloud-speech": "0.6.1", "google/cloud-storage": "1.1.3", "google/cloud-trace": "0.3.1", "google/cloud-translate": "1.0.0", diff --git a/docs/manifest.json b/docs/manifest.json index 5cd3b86f6f1e..02abf9a96555 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.36.0", "v0.35.0", "v0.34.1", "v0.34.0", @@ -63,6 +64,7 @@ "name": "google/cloud-bigquery", "defaultService": "bigquery/bigqueryclient", "versions": [ + "v0.2.2", "v0.2.1", "v0.2.0", "v0.1.0", @@ -74,6 +76,7 @@ "name": "google/cloud-core", "defaultService": "core/readme", "versions": [ + "v1.8.0", "v1.7.0", "v1.6.0", "v1.5.1", @@ -200,6 +203,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.6.1", "v0.6.0", "v0.5.0", "v0.4.0", diff --git a/src/BigQuery/BigQueryClient.php b/src/BigQuery/BigQueryClient.php index 740729e344ee..5c51d8a58d82 100644 --- a/src/BigQuery/BigQueryClient.php +++ b/src/BigQuery/BigQueryClient.php @@ -45,7 +45,7 @@ class BigQueryClient use ClientTrait; use JobConfigurationTrait; - const VERSION = '0.2.1'; + const VERSION = '0.2.2'; const SCOPE = 'https://www.googleapis.com/auth/bigquery'; const INSERT_SCOPE = 'https://www.googleapis.com/auth/bigquery.insertdata'; diff --git a/src/BigQuery/VERSION b/src/BigQuery/VERSION index 7dff5b892112..f4778493c500 100644 --- a/src/BigQuery/VERSION +++ b/src/BigQuery/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.2.2 \ No newline at end of file diff --git a/src/Core/VERSION b/src/Core/VERSION index 9dbb0c0052e7..afa2b3515e91 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.7.0 \ No newline at end of file +1.8.0 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 8e9a58339aea..ae0301118d72 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -50,7 +50,7 @@ */ class ServiceBuilder { - const VERSION = '0.35.0'; + const VERSION = '0.36.0'; /** * @var array Configuration options to be used between clients. diff --git a/src/Speech/SpeechClient.php b/src/Speech/SpeechClient.php index 5296551fe216..f92fad6b7d34 100644 --- a/src/Speech/SpeechClient.php +++ b/src/Speech/SpeechClient.php @@ -42,7 +42,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.6.0'; + const VERSION = '0.6.1'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Speech/VERSION b/src/Speech/VERSION index 09a3acfa138d..7ceb04048e8a 100644 --- a/src/Speech/VERSION +++ b/src/Speech/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.6.1 \ No newline at end of file