Skip to content

Commit

Permalink
Prepare v0.29.0 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored May 18, 2017
1 parent 867517b commit 49a598e
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"name": "google/cloud-bigquery",
"defaultService": "bigquery/bigqueryclient",
"versions": [
"v0.2.1",
"v0.2.0",
"v0.1.0",
"master"
Expand All @@ -61,6 +62,7 @@
"name": "google/cloud-core",
"defaultService": "core/readme",
"versions": [
"v1.3.0",
"v1.2.0",
"v1.1.1",
"v1.1.0",
Expand All @@ -85,6 +87,7 @@
"name": "google/cloud-error-reporting",
"defaultService": "errorreporting/readme",
"versions": [
"v0.2.0",
"v0.1.0",
"master"
]
Expand All @@ -94,6 +97,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v1.2.0",
"v1.1.0",
"v1.0.0",
"v0.1.0",
Expand All @@ -105,6 +109,7 @@
"name": "google/cloud-monitoring",
"defaultService": "monitoring/readme",
"versions": [
"v0.2.0",
"v0.1.0",
"master"
]
Expand All @@ -125,6 +130,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v0.5.0",
"v0.4.0",
"v0.3.0",
"v0.2.0",
Expand Down Expand Up @@ -168,6 +174,7 @@
"name": "google/cloud-videointelligence",
"defaultService": "videointelligence/videointelligenceserviceclient",
"versions": [
"v0.1.0",
"master"
]
},
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.0';
const VERSION = '0.2.1';

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.0
0.2.1
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
2 changes: 1 addition & 1 deletion src/ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
2 changes: 1 addition & 1 deletion src/Logging/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class LoggingClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.1.0';
const VERSION = '1.2.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';
Expand Down
2 changes: 1 addition & 1 deletion src/Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion src/Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
2 changes: 1 addition & 1 deletion src/PubSub/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

const VERSION = '0.4.0';
const VERSION = '0.5.0';

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

Expand Down
2 changes: 1 addition & 1 deletion src/PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
2 changes: 1 addition & 1 deletion src/VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.0

0 comments on commit 49a598e

Please sign in to comment.