aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2016-09-02 11:57:49 -0700
committerGravatar Jisi Liu <jisi.liu@gmail.com>2016-09-02 11:57:49 -0700
commit6e11540b329c363b614afe9dbfd92d6d1f8ba674 (patch)
tree8f84bf13c5d22e8a0bfac58609016b2afe2e4191 /ruby
parenta098e809336c5fbad7a8ff8f1210e5e0ac8d29b2 (diff)
Bump version number to 3.0.2
Diffstat (limited to 'ruby')
-rw-r--r--ruby/google-protobuf.gemspec2
-rw-r--r--ruby/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec
index 286d8fe3..67b15c33 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"
+ s.version = "3.0.2"
s.licenses = ["BSD"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."
diff --git a/ruby/pom.xml b/ruby/pom.xml
index 99e8449b..7b896137 100644
--- a/ruby/pom.xml
+++ b/ruby/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.0.0-beta-4</version>
+ <version>3.0.0</version>
</dependency>
</dependencies>
</project>