Skip to content

Commit

Permalink
Update package versions to 1.0.0-beta04 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Nov 4, 2016
1 parent 7c12c48 commit 447b20c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Google.Api.Gax.Grpc/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta03-*",
"version": "1.0.0-beta04-*",

"packOptions": {
"title": "Google grPC API Extensions",
Expand Down
2 changes: 1 addition & 1 deletion src/Google.Api.Gax.Rest/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta03-*",
"version": "1.0.0-beta04-*",

"packOptions": {
"title": "Google REST API Extensions",
Expand Down
2 changes: 1 addition & 1 deletion src/Google.Api.Gax/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta03-*",
"version": "1.0.0-beta04-*",

"packOptions": {
"title": "Google API Extensions",
Expand Down
2 changes: 1 addition & 1 deletion testing/Google.Api.Gax.Grpc.Testing/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta03-*",
"version": "1.0.0-beta04-*",

"packOptions": {
"title": "Testing support for Google.Api.Gax",
Expand Down
2 changes: 1 addition & 1 deletion testing/Google.Api.Gax.Testing/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta03-*",
"version": "1.0.0-beta04-*",

"packOptions": {
"title": "Testing support for Google.Api.Gax",
Expand Down

0 comments on commit 447b20c

Please sign in to comment.