Skip to content

Commit

Permalink
3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Khokhlov committed May 5, 2017
1 parent 3d8b3b5 commit f9b6fab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.15"
s.version = "3.0.16"
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/compiler/react_native/swift_helpers_react.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.13"
#define SWIFT_PROTOBUF_VERSION "3.0.16"

namespace google {
namespace protobuf {
Expand Down
2 changes: 1 addition & 1 deletion plugin/compiler/realm/swift_helpers_realm.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.13"
#define SWIFT_PROTOBUF_VERSION "3.0.16"

namespace google {
namespace protobuf {
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.14"
#define SWIFT_PROTOBUF_VERSION "3.0.16"

namespace google {
namespace protobuf {
Expand Down

0 comments on commit f9b6fab

Please sign in to comment.