aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/!ProtoCompiler.podspec
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2017-02-09 09:07:40 -0800
committerGravatar GitHub <noreply@github.com>2017-02-09 09:07:40 -0800
commit7f8eb7feed0f8c2d826921675a5e1297bb037643 (patch)
treed39309701ed1abf6147f067af39410cd1b55629a /src/objective-c/!ProtoCompiler.podspec
parentda7b06c2f8d0dd89ab92589c55d5233f329083c5 (diff)
Revert "Port #9488 and part of #9463"
Diffstat (limited to 'src/objective-c/!ProtoCompiler.podspec')
-rw-r--r--src/objective-c/!ProtoCompiler.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/!ProtoCompiler.podspec b/src/objective-c/!ProtoCompiler.podspec
index dc4d8e964e..b55f6c93c6 100644
--- a/src/objective-c/!ProtoCompiler.podspec
+++ b/src/objective-c/!ProtoCompiler.podspec
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
# before them.
s.name = '!ProtoCompiler'
- v = '3.1.0'
+ v = '3.0.2'
s.version = v
s.summary = 'The Protobuf Compiler (protoc) generates Objective-C files from .proto files'
s.description = <<-DESC