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 = 4
22
+ public static let minor = 5
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.4 .0'
3
+ s . version = '1.5 .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 2286
2286
CLANG_WARN_UNREACHABLE_CODE = YES;
2287
2287
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2288
2288
COMBINE_HIDPI_IMAGES = YES;
2289
- CURRENT_PROJECT_VERSION = 1.4 .0;
2289
+ CURRENT_PROJECT_VERSION = 1.5 .0;
2290
2290
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2291
2291
DYLIB_CURRENT_VERSION = 1;
2292
2292
DYLIB_INSTALL_NAME_BASE = "@rpath";
2343
2343
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2344
2344
COMBINE_HIDPI_IMAGES = YES;
2345
2345
COPY_PHASE_STRIP = NO;
2346
- CURRENT_PROJECT_VERSION = 1.4 .0;
2346
+ CURRENT_PROJECT_VERSION = 1.5 .0;
2347
2347
DEBUG_INFORMATION_FORMAT = dwarf;
2348
2348
DYLIB_CURRENT_VERSION = 1;
2349
2349
DYLIB_INSTALL_NAME_BASE = "@rpath";
You can’t perform that action at this time.
0 commit comments