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
public static let minor = 3
23
23
/// Revision number.
24
- public static let revision = 0
24
+ public static let revision = 1
25
25
26
26
/// String form of the version number.
27
27
public static 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.3.0 '
3
+ s . version = '1.3.1 '
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 2266
2266
CLANG_WARN_UNREACHABLE_CODE = YES;
2267
2267
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2268
2268
COMBINE_HIDPI_IMAGES = YES;
2269
- CURRENT_PROJECT_VERSION = 1.3.0 ;
2269
+ CURRENT_PROJECT_VERSION = 1.3.1 ;
2270
2270
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2271
2271
DYLIB_CURRENT_VERSION = 1;
2272
2272
DYLIB_INSTALL_NAME_BASE = "@rpath";
2323
2323
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2324
2324
COMBINE_HIDPI_IMAGES = YES;
2325
2325
COPY_PHASE_STRIP = NO;
2326
- CURRENT_PROJECT_VERSION = 1.3.0 ;
2326
+ CURRENT_PROJECT_VERSION = 1.3.1 ;
2327
2327
DEBUG_INFORMATION_FORMAT = dwarf;
2328
2328
DYLIB_CURRENT_VERSION = 1;
2329
2329
DYLIB_INSTALL_NAME_BASE = "@rpath";
You can’t perform that action at this time.
0 commit comments