File tree 3 files changed +3
-3
lines changed
SwiftProtobuf.xcodeproj/xcconfigs
3 files changed +3
-3
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 = 24
22
+ public static let minor = 25
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.24 .0'
3
+ s . version = '1.25 .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 @@ -13,7 +13,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
13
13
DYLIB_CURRENT_VERSION = 1
14
14
DYLIB_COMPATIBILITY_VERSION = 1
15
15
DYLIB_INSTALL_NAME_BASE = @rpath
16
- CURRENT_PROJECT_VERSION = 1.24 .0
16
+ CURRENT_PROJECT_VERSION = 1.25 .0
17
17
18
18
// Packaging
19
19
PRODUCT_NAME = $(TARGET_NAME)
You can’t perform that action at this time.
0 commit comments