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 {
19
19
/// Major version.
20
20
public static let major = 1
21
21
/// Minor version.
22
- public static let minor = 6
22
+ public static let minor = 7
23
23
/// Revision number.
24
24
public static let revision = 0
25
25
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SwiftProtobuf'
3
- s . version = '1.6 .0'
3
+ s . version = '1.7 .0'
4
4
s . license = { :type => 'Apache 2.0' , :file => 'LICENSE.txt' }
5
5
s . summary = 'Swift Protobuf code generator plugin and runtime library'
6
6
s . homepage = 'https://github.com/apple/swift-protobuf'
Original file line number Diff line number Diff line change 2289
2289
CLANG_WARN_UNREACHABLE_CODE = YES;
2290
2290
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2291
2291
COMBINE_HIDPI_IMAGES = YES;
2292
- CURRENT_PROJECT_VERSION = 1.6 .0;
2292
+ CURRENT_PROJECT_VERSION = 1.7 .0;
2293
2293
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2294
2294
DYLIB_CURRENT_VERSION = 1;
2295
2295
DYLIB_INSTALL_NAME_BASE = "@rpath";
2346
2346
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2347
2347
COMBINE_HIDPI_IMAGES = YES;
2348
2348
COPY_PHASE_STRIP = NO;
2349
- CURRENT_PROJECT_VERSION = 1.6 .0;
2349
+ CURRENT_PROJECT_VERSION = 1.7 .0;
2350
2350
DEBUG_INFORMATION_FORMAT = dwarf;
2351
2351
DYLIB_CURRENT_VERSION = 1;
2352
2352
DYLIB_INSTALL_NAME_BASE = "@rpath";
You can’t perform that action at this time.
0 commit comments