diff --git a/ProtocolBuffers-Swift.podspec b/ProtocolBuffers-Swift.podspec index 5258aca..e4d1f68 100644 --- a/ProtocolBuffers-Swift.podspec +++ b/ProtocolBuffers-Swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ProtocolBuffers-Swift" - s.version = "3.0.18" + s.version = "3.0.19" s.summary = "Protocol Buffers for Swift" s.homepage = "http://protobuf.io#swift" s.license = "Apache 2.0" diff --git a/plugin/ProtocolBuffers/ProtocolBuffers/Info.plist b/plugin/ProtocolBuffers/ProtocolBuffers/Info.plist index e1bd552..79751c6 100644 --- a/plugin/ProtocolBuffers/ProtocolBuffers/Info.plist +++ b/plugin/ProtocolBuffers/ProtocolBuffers/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.13 + 3.0.19 CFBundleSignature ???? CFBundleVersion diff --git a/plugin/compiler/swift_helpers.h b/plugin/compiler/swift_helpers.h index 81a8536..a6f57a0 100644 --- a/plugin/compiler/swift_helpers.h +++ b/plugin/compiler/swift_helpers.h @@ -23,7 +23,7 @@ #include #include -#define SWIFT_PROTOBUF_VERSION "3.0.16" +#define SWIFT_PROTOBUF_VERSION "3.0.19" namespace google { namespace protobuf {