Skip to content

Commit

Permalink
Prepare v0.43.1 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Nov 15, 2017
1 parent 8e5f333 commit 95699df
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 @@ -64,7 +64,7 @@
},
"replace": {
"google/cloud-bigquery": "0.3.1",
"google/cloud-core": "1.12.0",
"google/cloud-core": "1.12.1",
"google/cloud-datastore": "1.0.3",
"google/cloud-error-reporting": "0.6.0",
"google/cloud-logging": "1.6.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.43.1",
"v0.43.0",
"v0.42.0",
"v0.41.0",
Expand Down Expand Up @@ -89,6 +90,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.12.1",
"v1.12.0",
"v1.11.0",
"v1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
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.43.0';
const VERSION = '0.43.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.43.0';
const VERSION = '0.43.1';
}

0 comments on commit 95699df

Please sign in to comment.