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 {
21
21
/// Minor version.
22
22
static public let minor = 0
23
23
/// Revision number.
24
- static public let revision = 1
24
+ static public let revision = 2
25
25
26
26
/// String form of the version number.
27
27
static public let versionString = " \( major) . \( minor) . \( revision) "
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.0.1 '
3
+ s . version = '1.0.2 '
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 2255
2255
CLANG_WARN_UNREACHABLE_CODE = YES;
2256
2256
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2257
2257
COMBINE_HIDPI_IMAGES = YES;
2258
- CURRENT_PROJECT_VERSION = 1.0.1 ;
2258
+ CURRENT_PROJECT_VERSION = 1.0.2 ;
2259
2259
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2260
2260
DYLIB_CURRENT_VERSION = 1;
2261
2261
DYLIB_INSTALL_NAME_BASE = "@rpath";
2309
2309
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2310
2310
COMBINE_HIDPI_IMAGES = YES;
2311
2311
COPY_PHASE_STRIP = NO;
2312
- CURRENT_PROJECT_VERSION = 1.0.1 ;
2312
+ CURRENT_PROJECT_VERSION = 1.0.2 ;
2313
2313
DEBUG_INFORMATION_FORMAT = dwarf;
2314
2314
DYLIB_CURRENT_VERSION = 1;
2315
2315
DYLIB_INSTALL_NAME_BASE = "@rpath";
You can’t perform that action at this time.
0 commit comments