aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorJorge Canizales <jcanizales@google.com>2015-09-29 09:46:39 -0700
committerJorge Canizales <jcanizales@google.com>2015-09-29 09:46:39 -0700
commitc1e3f540af67a22c9629c1fabc32ca4b33022081 (patch)
treee4ce584f9273a52ad19f013d9ae5787920560bb4 /Protobuf.podspec
parent0e5686a70768a289782eb1e1aa86646e56897e4d (diff)
downloadprotobuf-c1e3f540af67a22c9629c1fabc32ca4b33022081.tar.gz
protobuf-c1e3f540af67a22c9629c1fabc32ca4b33022081.tar.bz2
protobuf-c1e3f540af67a22c9629c1fabc32ca4b33022081.zip
Fix Podspec version number
This was released as `3.0.0-alpha-4.1`
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 698583b9..92ff2904 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'
+ s.version = '3.0.0-alpha-4.1'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/google/protobuf'
s.license = 'New BSD'