Skip to content

Commit

Permalink
Prepare v0.25.0 (#402)
Browse files Browse the repository at this point in the history
* Prepare v0.25.0

* Move BigQuery back to beta, NL and Translation forward to beta
  • Loading branch information
jdpedrie committed Mar 31, 2017
1 parent 8ea0df2 commit 459953f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '0.1.0';
const VERSION = '1.0.0';

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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
1.0.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"minimum-stability": "stable",
"require": {
"google/cloud-core": "*"
"google/cloud-core": "^1.0"
},
"extra": {
"component": {
Expand Down

0 comments on commit 459953f

Please sign in to comment.