diff --git a/docs/manifest.json b/docs/manifest.json index b69caa2a35d5..e83c64c22cc9 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -51,6 +51,7 @@ "name": "google/cloud-bigquery", "defaultService": "bigquery/bigqueryclient", "versions": [ + "v0.2.1", "v0.2.0", "v0.1.0", "master" @@ -61,6 +62,7 @@ "name": "google/cloud-core", "defaultService": "core/readme", "versions": [ + "v1.3.0", "v1.2.0", "v1.1.1", "v1.1.0", @@ -85,6 +87,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.2.0", "v0.1.0", "master" ] @@ -94,6 +97,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.2.0", "v1.1.0", "v1.0.0", "v0.1.0", @@ -105,6 +109,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.2.0", "v0.1.0", "master" ] @@ -125,6 +130,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v0.5.0", "v0.4.0", "v0.3.0", "v0.2.0", @@ -168,6 +174,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/videointelligenceserviceclient", "versions": [ + "v0.1.0", "master" ] }, diff --git a/src/BigQuery/BigQueryClient.php b/src/BigQuery/BigQueryClient.php index 521297a80ae6..740729e344ee 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.0'; + const VERSION = '0.2.1'; 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 341cf11faf9a..7dff5b892112 100644 --- a/src/BigQuery/VERSION +++ b/src/BigQuery/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1 \ No newline at end of file diff --git a/src/Core/VERSION b/src/Core/VERSION index 867e52437ab8..589268e6fedb 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/src/ErrorReporting/VERSION b/src/ErrorReporting/VERSION index 6c6aa7cb0918..341cf11faf9a 100644 --- a/src/ErrorReporting/VERSION +++ b/src/ErrorReporting/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/src/Logging/LoggingClient.php b/src/Logging/LoggingClient.php index 503e15122109..5c41891b3a38 100644 --- a/src/Logging/LoggingClient.php +++ b/src/Logging/LoggingClient.php @@ -67,7 +67,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.1.0'; + const VERSION = '1.2.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 1cc5f657e054..867e52437ab8 100644 --- a/src/Logging/VERSION +++ b/src/Logging/VERSION @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.2.0 \ No newline at end of file diff --git a/src/Monitoring/VERSION b/src/Monitoring/VERSION index 6c6aa7cb0918..341cf11faf9a 100644 --- a/src/Monitoring/VERSION +++ b/src/Monitoring/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index a78f5e161f48..588cab9a0df8 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -85,7 +85,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '0.4.0'; + const VERSION = '0.5.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION index 60a2d3e96c80..79a2734bbf3d 100644 --- a/src/PubSub/VERSION +++ b/src/PubSub/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.5.0 \ No newline at end of file diff --git a/src/VideoIntelligence/VERSION b/src/VideoIntelligence/VERSION index 6e8bf73aa550..6c6aa7cb0918 100644 --- a/src/VideoIntelligence/VERSION +++ b/src/VideoIntelligence/VERSION @@ -1 +1 @@ -0.1.0 +0.1.0 \ No newline at end of file