Skip to content

Commit

Permalink
Prepare v0.45.2 (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored Nov 30, 2017
1 parent 4e6f23d commit 14c3883
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"replace": {
"google/cloud-bigtable": "0.1.0",
"google/cloud-bigquery": "0.3.1",
"google/cloud-core": "1.13.1",
"google/cloud-core": "1.13.2",
"google/cloud-datastore": "1.1.0",
"google/cloud-error-reporting": "0.6.1",
"google/cloud-firestore": "0.1.1",
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.45.2",
"v0.45.1",
"v0.45.0",
"v0.44.0",
Expand Down Expand Up @@ -102,6 +103,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.13.2",
"v1.13.1",
"v1.13.0",
"v1.12.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.1
1.13.2
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.45.1';
const VERSION = '0.45.2';
}
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.45.1';
const VERSION = '0.45.2';
}

0 comments on commit 14c3883

Please sign in to comment.