From 126f06f65bb1585e68bc18ae47bfca548cab9229 Mon Sep 17 00:00:00 2001 From: Dave Supplee Date: Tue, 25 Apr 2017 10:53:32 -0400 Subject: [PATCH] Prepare v0.28.0 --- docs/manifest.json | 5 +++++ src/Core/VERSION | 2 +- src/Logging/LoggingClient.php | 2 +- src/Logging/VERSION | 2 +- src/PubSub/PubSubClient.php | 2 +- src/PubSub/VERSION | 2 +- src/ServiceBuilder.php | 2 +- src/Vision/VERSION | 2 +- src/Vision/VisionClient.php | 2 +- 9 files changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 92397af34933..811e7c8ef55c 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.28.0", "v0.27.0", "v0.26.0", "v0.25.1", @@ -60,6 +61,7 @@ "name": "google/cloud-core", "defaultService": "core/readme", "versions": [ + "v1.2.0", "v1.1.1", "v1.1.0", "v1.0.1", @@ -92,6 +94,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.1.0", "v1.0.0", "v0.1.0", "master" @@ -122,6 +125,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v0.4.0", "v0.3.0", "v0.2.0", "v0.1.0", @@ -164,6 +168,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.0", "master" diff --git a/src/Core/VERSION b/src/Core/VERSION index 8cfbc905b39f..867e52437ab8 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.2.0 \ No newline at end of file diff --git a/src/Logging/LoggingClient.php b/src/Logging/LoggingClient.php index 5a0ee4777b9b..1c5169a8f38c 100644 --- a/src/Logging/LoggingClient.php +++ b/src/Logging/LoggingClient.php @@ -67,7 +67,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.0.0'; + const VERSION = '1.1.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read'; diff --git a/src/Logging/VERSION b/src/Logging/VERSION index afaf360d37fb..1cc5f657e054 100644 --- a/src/Logging/VERSION +++ b/src/Logging/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index 4ce04f7134b1..299f06e803dc 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -85,7 +85,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '0.3.0'; + const VERSION = '0.4.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION index 9325c3ccda98..60a2d3e96c80 100644 --- a/src/PubSub/VERSION +++ b/src/PubSub/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 4a63cfe53190..bcbed5c9f11d 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -49,7 +49,7 @@ */ class ServiceBuilder { - const VERSION = '0.27.0'; + const VERSION = '0.28.0'; /** * @var array Configuration options to be used between clients. diff --git a/src/Vision/VERSION b/src/Vision/VERSION index 341cf11faf9a..9325c3ccda98 100644 --- a/src/Vision/VERSION +++ b/src/Vision/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/src/Vision/VisionClient.php b/src/Vision/VisionClient.php index 4a9b991c79d4..872f3026b283 100644 --- a/src/Vision/VisionClient.php +++ b/src/Vision/VisionClient.php @@ -42,7 +42,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '0.2.0'; + const VERSION = '0.3.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';