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 = 2
24
+ static public let revision = 3
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.2 '
3
+ s . version = '1.0.3 '
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 2249
2249
CLANG_WARN_UNREACHABLE_CODE = YES;
2250
2250
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2251
2251
COMBINE_HIDPI_IMAGES = YES;
2252
- CURRENT_PROJECT_VERSION = 1.0.2 ;
2252
+ CURRENT_PROJECT_VERSION = 1.0.3 ;
2253
2253
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2254
2254
DYLIB_CURRENT_VERSION = 1;
2255
2255
DYLIB_INSTALL_NAME_BASE = "@rpath";
2303
2303
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2304
2304
COMBINE_HIDPI_IMAGES = YES;
2305
2305
COPY_PHASE_STRIP = NO;
2306
- CURRENT_PROJECT_VERSION = 1.0.2 ;
2306
+ CURRENT_PROJECT_VERSION = 1.0.3 ;
2307
2307
DEBUG_INFORMATION_FORMAT = dwarf;
2308
2308
DYLIB_CURRENT_VERSION = 1;
2309
2309
DYLIB_INSTALL_NAME_BASE = "@rpath";
You can’t perform that action at this time.
0 commit comments