File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
SwiftProtobuf.xcodeproj/xcconfigs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public struct Version {
1919 /// Major version.
2020 public static let major = 1
2121 /// Minor version.
22- public static let minor = 23
22+ public static let minor = 24
2323 /// Revision number.
2424 public static let revision = 0
2525
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SwiftProtobuf'
3- s . version = '1.23 .0'
3+ s . version = '1.24 .0'
44 s . license = { :type => 'Apache 2.0' , :file => 'LICENSE.txt' }
55 s . summary = 'Swift Protobuf code generator plugin and runtime library'
66 s . homepage = 'https://github.com/apple/swift-protobuf'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
1313DYLIB_CURRENT_VERSION = 1
1414DYLIB_COMPATIBILITY_VERSION = 1
1515DYLIB_INSTALL_NAME_BASE = @rpath
16- CURRENT_PROJECT_VERSION = 1.23 .0
16+ CURRENT_PROJECT_VERSION = 1.24 .0
1717
1818// Packaging
1919PRODUCT_NAME = $(TARGET_NAME)
You can’t perform that action at this time.
0 commit comments