aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-07-14 12:59:14 -0700
committerGitHub <noreply@github.com>2016-07-14 12:59:14 -0700
commit4e0d05138acfb9cfc82e23cb06227cf73d326f29 (patch)
tree845b3b33c4614e1fdbe9a933e34a7f12eddf4932 /Protobuf.podspec
parent8b659b226a450b1d5d47245b0ade01a55bf22f5e (diff)
parentc2ebdec35598deed99d17fc1320a2e213c7d021e (diff)
downloadprotobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.tar.gz
protobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.tar.bz2
protobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.zip
Merge pull request #1781 from xfxyjwf/update_version
Update version number to 3.0.0-beta-4
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r--Protobuf.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 2523076a..ac27f03e 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-beta-3'
+ s.version = '3.0.0-beta-4'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/google/protobuf'
s.license = 'New BSD'