Skip to content

Commit

Permalink
Prepare v0.36.0 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored Aug 2, 2017
1 parent b514428 commit eebf529
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
"phpseclib/phpseclib": "^2"
},
"replace": {
"google/cloud-bigquery": "0.2.1",
"google/cloud-core": "1.7.0",
"google/cloud-bigquery": "0.2.2",
"google/cloud-core": "1.8.0",
"google/cloud-datastore": "1.0.0",
"google/cloud-error-reporting": "0.4.1",
"google/cloud-logging": "1.3.1",
"google/cloud-monitoring": "0.4.1",
"google/cloud-language": "0.4.0",
"google/cloud-pubsub": "0.6.1",
"google/cloud-spanner": "0.4.0",
"google/cloud-speech": "0.6.0",
"google/cloud-speech": "0.6.1",
"google/cloud-storage": "1.1.3",
"google/cloud-trace": "0.3.1",
"google/cloud-translate": "1.0.0",
Expand Down
4 changes: 4 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.36.0",
"v0.35.0",
"v0.34.1",
"v0.34.0",
Expand Down Expand Up @@ -63,6 +64,7 @@
"name": "google/cloud-bigquery",
"defaultService": "bigquery/bigqueryclient",
"versions": [
"v0.2.2",
"v0.2.1",
"v0.2.0",
"v0.1.0",
Expand All @@ -74,6 +76,7 @@
"name": "google/cloud-core",
"defaultService": "core/readme",
"versions": [
"v1.8.0",
"v1.7.0",
"v1.6.0",
"v1.5.1",
Expand Down Expand Up @@ -200,6 +203,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.6.1",
"v0.6.0",
"v0.5.0",
"v0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/BigQuery/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class BigQueryClient
use ClientTrait;
use JobConfigurationTrait;

const VERSION = '0.2.1';
const VERSION = '0.2.2';

const SCOPE = 'https://www.googleapis.com/auth/bigquery';
const INSERT_SCOPE = 'https://www.googleapis.com/auth/bigquery.insertdata';
Expand Down
2 changes: 1 addition & 1 deletion src/BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.8.0
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.35.0';
const VERSION = '0.36.0';

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

const VERSION = '0.6.0';
const VERSION = '0.6.1';

const SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion src/Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

0 comments on commit eebf529

Please sign in to comment.