aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2015-09-29 15:07:03 -0700
committerPaul Yang <TeBoring@users.noreply.github.com>2015-09-29 15:07:03 -0700
commit5ebac49f1ed26b9c71bab6b47c92542be367f278 (patch)
treebd76bb9a39575c54e9adb6ead65a2d3ede2706b1
parent61874bc6ea2a1551ee8497f8c70f32e8f3094333 (diff)
parentc1e3f540af67a22c9629c1fabc32ca4b33022081 (diff)
downloadprotobuf-5ebac49f1ed26b9c71bab6b47c92542be367f278.tar.gz
protobuf-5ebac49f1ed26b9c71bab6b47c92542be367f278.tar.bz2
protobuf-5ebac49f1ed26b9c71bab6b47c92542be367f278.zip
Merge pull request #836 from jcanizales/fix-version-number
Fix Podspec version number
-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'