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 = 7
22+ public static let minor = 8
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.7 .0'
3+ s . version = '1.8 .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 23172317 CLANG_WARN_UNREACHABLE_CODE = YES;
23182318 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23192319 COMBINE_HIDPI_IMAGES = YES;
2320- CURRENT_PROJECT_VERSION = 1.7 .0;
2320+ CURRENT_PROJECT_VERSION = 1.8 .0;
23212321 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
23222322 DYLIB_CURRENT_VERSION = 1;
23232323 DYLIB_INSTALL_NAME_BASE = "@rpath";
23742374 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23752375 COMBINE_HIDPI_IMAGES = YES;
23762376 COPY_PHASE_STRIP = NO;
2377- CURRENT_PROJECT_VERSION = 1.7 .0;
2377+ CURRENT_PROJECT_VERSION = 1.8 .0;
23782378 DEBUG_INFORMATION_FORMAT = dwarf;
23792379 DYLIB_CURRENT_VERSION = 1;
23802380 DYLIB_INSTALL_NAME_BASE = "@rpath";
You can’t perform that action at this time.
0 commit comments