From 5dea2017db7ca3faa8d9b3702f4c1a9c29602493 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Tue, 10 May 2016 15:43:39 -0700 Subject: [PATCH] Update version numbers for other languages --- csharp/Google.Protobuf.Tools.nuspec | 4 ++-- csharp/src/Google.Protobuf/Google.Protobuf.nuspec | 4 ++-- java/core/pom.xml | 2 +- java/lite/pom.xml | 2 +- java/util/pom.xml | 2 +- javanano/pom.xml | 2 +- js/package.json | 2 +- ruby/google-protobuf.gemspec | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/csharp/Google.Protobuf.Tools.nuspec b/csharp/Google.Protobuf.Tools.nuspec index 2b66b081ea..e4240dae87 100644 --- a/csharp/Google.Protobuf.Tools.nuspec +++ b/csharp/Google.Protobuf.Tools.nuspec @@ -5,7 +5,7 @@ Google Protocol Buffers tools Tools for Protocol Buffers - Google's data interchange format. See project site for more info. - 3.0.0-beta2 + 3.0.0-beta3 Google Inc. protobuf-packages https://github.com/google/protobuf/blob/master/LICENSE @@ -34,4 +34,4 @@ - \ No newline at end of file + diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.nuspec b/csharp/src/Google.Protobuf/Google.Protobuf.nuspec index 2892b8bf73..90e3da3d0e 100644 --- a/csharp/src/Google.Protobuf/Google.Protobuf.nuspec +++ b/csharp/src/Google.Protobuf/Google.Protobuf.nuspec @@ -5,7 +5,7 @@ Google Protocol Buffers C# C# runtime library for Protocol Buffers - Google's data interchange format. See project site for more info. - 3.0.0-beta2 + 3.0.0-beta3 Google Inc. protobuf-packages https://github.com/google/protobuf/blob/master/LICENSE @@ -51,4 +51,4 @@ - \ No newline at end of file + diff --git a/java/core/pom.xml b/java/core/pom.xml index 74d5ead3dd..0d4c5c75d0 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -6,7 +6,7 @@ com.google.protobuf protobuf-parent - 3.0.0-beta-2 + 3.0.0-beta-3 protobuf-java diff --git a/java/lite/pom.xml b/java/lite/pom.xml index 23cb4f78ef..c403dc093d 100644 --- a/java/lite/pom.xml +++ b/java/lite/pom.xml @@ -6,7 +6,7 @@ com.google.protobuf protobuf-parent - 3.0.0-beta-2 + 3.0.0-beta-3 protobuf-lite diff --git a/java/util/pom.xml b/java/util/pom.xml index 26c12c825b..9236f90759 100644 --- a/java/util/pom.xml +++ b/java/util/pom.xml @@ -6,7 +6,7 @@ com.google.protobuf protobuf-parent - 3.0.0-beta-2 + 3.0.0-beta-3 protobuf-java-util diff --git a/javanano/pom.xml b/javanano/pom.xml index 2c9dd9436c..a2eca09d1c 100644 --- a/javanano/pom.xml +++ b/javanano/pom.xml @@ -10,7 +10,7 @@ com.google.protobuf.nano protobuf-javanano - 3.0.0-alpha-5 + 3.0.0-alpha-6 bundle Protocol Buffer JavaNano API diff --git a/js/package.json b/js/package.json index c16417cad9..ae05722a54 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "google-protobuf", - "version": "3.0.0-alpha.5", + "version": "3.0.0-alpha.6", "description": "Protocol Buffers for JavaScript", "main": "google-protobuf.js", "dependencies": { diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index 1fa626feb8..c542abf6ab 100644 --- a/ruby/google-protobuf.gemspec +++ b/ruby/google-protobuf.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "google-protobuf" - s.version = "3.0.0.alpha.5.0.5" + s.version = "3.0.0.alpha.6.0.0" s.licenses = ["BSD"] s.summary = "Protocol Buffers" s.description = "Protocol Buffers are Google's data interchange format."