aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-01-19 11:28:15 -0800
committerFeng Xiao <xiaofeng@google.com>2016-01-19 11:28:15 -0800
commit91427fe0751936cf9e4db925b2c47dd7a5c09d58 (patch)
treea2f1b1b08daac2b90f204c29834fb81db1f19784
parentbbe6e430f62fc89aac6712403a42121665f00a88 (diff)
parentb40e125f0bf0212267727b6d8513b0f21dbc9810 (diff)
downloadprotobuf-91427fe0751936cf9e4db925b2c47dd7a5c09d58.tar.gz
protobuf-91427fe0751936cf9e4db925b2c47dd7a5c09d58.tar.bz2
protobuf-91427fe0751936cf9e4db925b2c47dd7a5c09d58.zip
Merge pull request #1147 from jcanizales/patch-1
Update podspec version to 3.0.0-beta-2
-rw-r--r--Protobuf.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 92ff2904..73a60222 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -5,7 +5,7 @@
# dependent projects use the :git notation to refer to the library.
Pod::Spec.new do |s|
s.name = 'Protobuf'
- s.version = '3.0.0-alpha-4.1'
+ s.version = '3.0.0-beta-2'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/google/protobuf'
s.license = 'New BSD'