diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2017-11-02 14:16:22 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2017-11-02 14:16:22 -0700 |
commit | 97dd175a917fcdf1a0e0421659498a974f3a464a (patch) | |
tree | 8d6727aeb04fe18507117dbc977ae1ac171ab946 /Protobuf.podspec | |
parent | cbe250591fca9d2e776776be065a72c5550a5556 (diff) |
Update version number to 3.5.0
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r-- | Protobuf.podspec | 2 |
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' |