aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-11-08 13:56:58 -0800
committerGitHub <noreply@github.com>2017-11-08 13:56:58 -0800
commit1144768dd63effc560a3d64996398d149620b575 (patch)
treed19f8dc8e275bc2747b6a37c956ca1fc650c9f96 /Protobuf.podspec
parent2df472690ec878ff75a2ccea0c7ff6df0ff69ee3 (diff)
parent8a3c5cc992836815cc6fe4169450d8d9f4f63411 (diff)
downloadprotobuf-1144768dd63effc560a3d64996398d149620b575.tar.gz
protobuf-1144768dd63effc560a3d64996398d149620b575.tar.bz2
protobuf-1144768dd63effc560a3d64996398d149620b575.zip
Merge pull request #3835 from pherl/3.5.x
Update version number to 3.5.0
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 d559d18a..b65ac43c 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.4.1'
+ s.version = '3.5.0'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/google/protobuf'
s.license = '3-Clause BSD License'