diff --git a/docs/manifest.json b/docs/manifest.json index 5e9bc9aa3277..92397af34933 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.27.0", "v0.26.0", "v0.25.1", "v0.25.0", @@ -59,6 +60,7 @@ "name": "google/cloud-core", "defaultService": "core/readme", "versions": [ + "v1.1.1", "v1.1.0", "v1.0.1", "v1.0.0", @@ -131,6 +133,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.0", "master" diff --git a/src/Core/VERSION b/src/Core/VERSION index 1cc5f657e054..8cfbc905b39f 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.1.1 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 4309fdd3e1d6..8e7965bc045f 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -48,7 +48,7 @@ */ class ServiceBuilder { - const VERSION = '0.26.0'; + const VERSION = '0.27.0'; /** * @var array Configuration options to be used between clients. diff --git a/src/Speech/SpeechClient.php b/src/Speech/SpeechClient.php index 0c16007e3ea6..423f8bf1a80b 100644 --- a/src/Speech/SpeechClient.php +++ b/src/Speech/SpeechClient.php @@ -42,7 +42,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.2.0'; + const VERSION = '0.3.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Speech/VERSION b/src/Speech/VERSION index 341cf11faf9a..9325c3ccda98 100644 --- a/src/Speech/VERSION +++ b/src/Speech/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file