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 @@ -21,7 +21,7 @@ public struct Version {
21
21
/// Minor version.
22
22
public static let minor = 25
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.25.0 '
3
+ s . version = '1.25.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 @@ -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.25.0
16
+ CURRENT_PROJECT_VERSION = 1.25.1
17
17
18
18
// Packaging
19
19
PRODUCT_NAME = $(TARGET_NAME)
You can’t perform that action at this time.
0 commit comments