Skip to content

Commit cbe7f0c

Browse files
committed
Version bump to do a release with the messageset fix.
1 parent faaa27f commit cbe7f0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/SwiftProtobuf/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public struct Version {
2121
/// Minor version.
2222
public static let minor = 25
2323
/// Revision number.
24-
public static let revision = 1
24+
public static let revision = 2
2525

2626
/// String form of the version number.
2727
public static let versionString = "\(major).\(minor).\(revision)"

SwiftProtobuf.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftProtobuf'
3-
s.version = '1.25.1'
3+
s.version = '1.25.2'
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'

SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
1313
DYLIB_CURRENT_VERSION = 1
1414
DYLIB_COMPATIBILITY_VERSION = 1
1515
DYLIB_INSTALL_NAME_BASE = @rpath
16-
CURRENT_PROJECT_VERSION = 1.25.1
16+
CURRENT_PROJECT_VERSION = 1.25.2
1717

1818
// Packaging
1919
PRODUCT_NAME = $(TARGET_NAME)

0 commit comments

Comments
 (0)