Skip to content

Commit

Permalink
Prepare v0.27.0 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Apr 14, 2017
1 parent 0ab878e commit 4bfd8c9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 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.27.0",
"v0.26.0",
"v0.25.1",
"v0.25.0",
Expand Down Expand Up @@ -59,6 +60,7 @@
"name": "google/cloud-core",
"defaultService": "core/readme",
"versions": [
"v1.1.1",
"v1.1.0",
"v1.0.1",
"v1.0.0",
Expand Down Expand Up @@ -131,6 +133,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.3.0",
"v0.2.0",
"v0.1.0",
"master"
Expand Down
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*/
class ServiceBuilder
{
const VERSION = '0.26.0';
const VERSION = '0.27.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.2.0';
const VERSION = '0.3.0';

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.2.0
0.3.0

0 comments on commit 4bfd8c9

Please sign in to comment.