Skip to content

Commit

Permalink
Prepare v0.31.1 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored May 22, 2017
1 parent 53afa7a commit 63d529b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/external-classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
"name": "PushConfig",
"uri": "https://github.com/googleapis/proto-client-php/blob/master/src/pubsub/v1/pubsub.php#L1827"
}, {
"name": "google\\cloud\\videointelligence\\v1beta1\\",
"uri": "https://github.com/googleapis/proto-client-php/tree/master/src/videointelligence/v1beta1"
"name": "google\\cloud\\videointelligence\\v1beta1\\Feature",
"uri": "https://github.com/googleapis/proto-client-php/blob/master/src/videointelligence/v1beta1/video_intelligence.php#8"
}, {
"name": "VideoContext",
"name": "google\\cloud\\videointelligence\\v1beta1\\VideoContext",
"uri": "https://github.com/googleapis/proto-client-php/blob/master/src/videointelligence/v1beta1/video_intelligence.php#L379"
}, {
"name": "google\\cloud\\videointelligence\\v1beta1\\Feature",
"uri": "https://github.com/googleapis/proto-client-php/blob/master/src/videointelligence/v1beta1/video_intelligence.php#8"
"name": "google\\cloud\\videointelligence\\v1beta1\\",
"uri": "https://github.com/googleapis/proto-client-php/tree/master/src/videointelligence/v1beta1/video_intelligence.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.31.1",
"v0.31.0",
"v0.30.1",
"v0.30.0",
Expand Down Expand Up @@ -196,6 +197,7 @@
"name": "google/cloud-videointelligence",
"defaultService": "videointelligence/videointelligenceserviceclient",
"versions": [
"v0.2.0",
"v0.1.0",
"master"
]
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.31.0';
const VERSION = '0.31.1';

/**
* @var array Configuration options to be used between clients.
Expand Down
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.2.0

0 comments on commit 63d529b

Please sign in to comment.