Skip to content

Commit

Permalink
Prepare v0.50.1 (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored Jan 8, 2018
1 parent 9726a79 commit 557462f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "readme",
"versions": [
"v0.50.1",
"v0.50.0",
"v0.49.0",
"v0.48.0",
Expand Down Expand Up @@ -233,6 +234,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v0.3.3",
"v0.3.2",
"v0.3.1",
"v0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Firestore/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '0.3.2';
const VERSION = '0.3.3';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion src/Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.3.3
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.50.0';
const VERSION = '0.50.1';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.50.0';
const VERSION = '0.50.1';
}

0 comments on commit 557462f

Please sign in to comment.