From 557462f9be1604f8c6b5ed0cc6d039a06ff251cd Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Mon, 8 Jan 2018 16:36:25 -0500 Subject: [PATCH] Prepare v0.50.1 (#838) --- composer.json | 2 +- docs/manifest.json | 2 ++ src/Firestore/FirestoreClient.php | 2 +- src/Firestore/VERSION | 2 +- src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 909223dff7ce..c2dff4474432 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,7 @@ "google/cloud-datastore": "1.2.0", "google/cloud-dlp": "0.4.3", "google/cloud-error-reporting": "0.7.3", - "google/cloud-firestore": "0.3.2", + "google/cloud-firestore": "0.3.3", "google/cloud-language": "0.11.2", "google/cloud-logging": "1.8.2", "google/cloud-monitoring": "0.7.3", diff --git a/docs/manifest.json b/docs/manifest.json index 200a6787a1bf..c2e4502f716b 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "readme", "versions": [ + "v0.50.1", "v0.50.0", "v0.49.0", "v0.48.0", @@ -233,6 +234,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v0.3.3", "v0.3.2", "v0.3.1", "v0.3.0", diff --git a/src/Firestore/FirestoreClient.php b/src/Firestore/FirestoreClient.php index b3a9b1677294..24354e30d0a8 100644 --- a/src/Firestore/FirestoreClient.php +++ b/src/Firestore/FirestoreClient.php @@ -53,7 +53,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '0.3.2'; + const VERSION = '0.3.3'; const DEFAULT_DATABASE = '(default)'; diff --git a/src/Firestore/VERSION b/src/Firestore/VERSION index 9fc80f937fab..87a0871112f9 100644 --- a/src/Firestore/VERSION +++ b/src/Firestore/VERSION @@ -1 +1 @@ -0.3.2 \ No newline at end of file +0.3.3 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 5b9932f7e25c..b36482e97f25 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.50.0'; + const VERSION = '0.50.1'; } diff --git a/src/Version.php b/src/Version.php index c7e3d0be4f6f..05b90c5b9a8f 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.50.0'; + const VERSION = '0.50.1'; }