Skip to content

Commit

Permalink
Prepare v0.78.0 (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Sep 13, 2018
1 parent 9418fa4 commit 0f64531
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 14 deletions.
1 change: 1 addition & 0 deletions Asset/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.3
1.23.4
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.7
1.5.8
2 changes: 1 addition & 1 deletion Datastore/src/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = '1.5.7';
const VERSION = '1.5.8';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore';

Expand Down
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1
0.15.0
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '0.14.1';
const VERSION = '0.15.0';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.7.3
2 changes: 1 addition & 1 deletion Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.7.2';
const VERSION = '1.7.3';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@
"swaggest/json-schema": "^0.12.0"
},
"replace": {
"google/cloud-asset": "master",
"google/cloud-asset": "0.1.0",
"google/cloud-bigquery": "1.4.3",
"google/cloud-bigquerydatatransfer": "0.8.1",
"google/cloud-bigtable": "0.6.1",
"google/cloud-container": "0.6.1",
"google/cloud-core": "1.23.3",
"google/cloud-core": "1.23.4",
"google/cloud-dataproc": "0.6.1",
"google/cloud-datastore": "1.5.7",
"google/cloud-datastore": "1.5.8",
"google/cloud-debugger": "0.14.0",
"google/cloud-dialogflow": "0.3.4",
"google/cloud-dlp": "0.12.1",
"google/cloud-error-reporting": "0.12.0",
"google/cloud-firestore": "0.14.1",
"google/cloud-firestore": "0.15.0",
"google/cloud-iot": "0.4.0",
"google/cloud-kms": "0.3.0",
"google/cloud-language": "0.16.0",
Expand All @@ -89,7 +89,7 @@
"google/cloud-redis": "0.4.0",
"google/cloud-spanner": "1.9.0",
"google/cloud-speech": "0.17.0",
"google/cloud-storage": "1.7.2",
"google/cloud-storage": "1.7.3",
"google/cloud-tasks": "0.3.1",
"google/cloud-text-to-speech": "0.1.4",
"google/cloud-trace": "0.10.5",
Expand Down
6 changes: 6 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": "servicebuilder",
"versions": [
"v0.78.0",
"v0.77.0",
"v0.76.1",
"v0.76.0",
Expand Down Expand Up @@ -118,6 +119,7 @@
"name": "google/cloud-asset",
"defaultService": "asset/readme",
"versions": [
"v0.1.0",
"master"
]
},
Expand Down Expand Up @@ -235,6 +237,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.23.4",
"v1.23.3",
"v1.23.2",
"v1.23.1",
Expand Down Expand Up @@ -321,6 +324,7 @@
"name": "google/cloud-datastore",
"defaultService": "datastore/datastoreclient",
"versions": [
"v1.5.8",
"v1.5.7",
"v1.5.6",
"v1.5.5",
Expand Down Expand Up @@ -474,6 +478,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v0.15.0",
"v0.14.1",
"v0.14.0",
"v0.13.0",
Expand Down Expand Up @@ -857,6 +862,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.7.3",
"v1.7.2",
"v1.7.1",
"v1.7.0",
Expand Down
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.77.0';
const VERSION = '0.78.0';
}
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.77.0';
const VERSION = '0.78.0';
}

0 comments on commit 0f64531

Please sign in to comment.