File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public struct Version {
2121 /// Minor version.
2222 static public let minor = 0
2323 /// Revision number.
24- static public let revision = 1
24+ static public let revision = 2
2525
2626 /// String form of the version number.
2727 static public let versionString = " \( major) . \( minor) . \( revision) "
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SwiftProtobuf'
3- s . version = '1.0.1 '
3+ s . version = '1.0.2 '
44 s . license = { :type => 'Apache 2.0' , :file => 'LICENSE.txt' }
55 s . summary = 'Swift Protobuf code generator plugin and runtime library'
66 s . homepage = 'https://github.com/apple/swift-protobuf'
Original file line number Diff line number Diff line change 22552255 CLANG_WARN_UNREACHABLE_CODE = YES;
22562256 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
22572257 COMBINE_HIDPI_IMAGES = YES;
2258- CURRENT_PROJECT_VERSION = 1.0.1 ;
2258+ CURRENT_PROJECT_VERSION = 1.0.2 ;
22592259 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22602260 DYLIB_CURRENT_VERSION = 1;
22612261 DYLIB_INSTALL_NAME_BASE = "@rpath";
23092309 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23102310 COMBINE_HIDPI_IMAGES = YES;
23112311 COPY_PHASE_STRIP = NO;
2312- CURRENT_PROJECT_VERSION = 1.0.1 ;
2312+ CURRENT_PROJECT_VERSION = 1.0.2 ;
23132313 DEBUG_INFORMATION_FORMAT = dwarf;
23142314 DYLIB_CURRENT_VERSION = 1;
23152315 DYLIB_INSTALL_NAME_BASE = "@rpath";
You can’t perform that action at this time.
0 commit comments