Skip to content

Commit

Permalink
3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Khokhlov committed Jul 10, 2017
1 parent d7288c0 commit c2a6eae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ProtocolBuffers-Swift.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugin/ProtocolBuffers/ProtocolBuffers/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.13</string>
<string>3.0.19</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion plugin/compiler/swift_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/io/printer.h>

#define SWIFT_PROTOBUF_VERSION "3.0.16"
#define SWIFT_PROTOBUF_VERSION "3.0.19"

namespace google {
namespace protobuf {
Expand Down

0 comments on commit c2a6eae

Please sign in to comment.