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 @@ -19,7 +19,7 @@ public struct Version {
1919 /// Major version.
2020 public static let major = 1
2121 /// Minor version.
22- public static let minor = 6
22+ public static let minor = 7
2323 /// Revision number.
2424 public static let revision = 0
2525
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SwiftProtobuf'
3- s . version = '1.6 .0'
3+ s . version = '1.7 .0'
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 22892289 CLANG_WARN_UNREACHABLE_CODE = YES;
22902290 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
22912291 COMBINE_HIDPI_IMAGES = YES;
2292- CURRENT_PROJECT_VERSION = 1.6 .0;
2292+ CURRENT_PROJECT_VERSION = 1.7 .0;
22932293 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22942294 DYLIB_CURRENT_VERSION = 1;
22952295 DYLIB_INSTALL_NAME_BASE = "@rpath";
23462346 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23472347 COMBINE_HIDPI_IMAGES = YES;
23482348 COPY_PHASE_STRIP = NO;
2349- CURRENT_PROJECT_VERSION = 1.6 .0;
2349+ CURRENT_PROJECT_VERSION = 1.7 .0;
23502350 DEBUG_INFORMATION_FORMAT = dwarf;
23512351 DYLIB_CURRENT_VERSION = 1;
23522352 DYLIB_INSTALL_NAME_BASE = "@rpath";
You can’t perform that action at this time.
0 commit comments