Skip to content

Commit

Permalink
Prepare v0.34.1 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Jul 12, 2017
1 parent 907e2b0 commit a2a9ef7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"google/cloud-pubsub": "0.6.0",
"google/cloud-spanner": "0.3.1",
"google/cloud-speech": "0.6.0",
"google/cloud-storage": "1.1.2",
"google/cloud-storage": "1.1.3",
"google/cloud-trace": "0.3.0",
"google/cloud-translate": "1.0.0",
"google/cloud-videointelligence": "0.3.1",
Expand Down Expand Up @@ -115,4 +115,4 @@
"entry": "ServiceBuilder.php"
}
}
}
}
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": "servicebuilder",
"versions": [
"v0.34.1",
"v0.34.0",
"v0.33.1",
"v0.33.0",
Expand Down Expand Up @@ -208,6 +209,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.1.3",
"v1.1.2",
"v1.1.1",
"v1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
*/
class ServiceBuilder
{
const VERSION = '0.34.0';
const VERSION = '0.34.1';

/**
* @var array Configuration options to be used between clients.
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.1.2';
const VERSION = '1.1.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
2 changes: 1 addition & 1 deletion src/Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.1.3

0 comments on commit a2a9ef7

Please sign in to comment.