From cbe7f0c1ee6bb82c0f4c24956fc4fe740b571424 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Wed, 29 Nov 2023 12:36:02 -0500 Subject: [PATCH] Version bump to do a release with the messageset fix. --- Sources/SwiftProtobuf/Version.swift | 2 +- SwiftProtobuf.podspec | 2 +- SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/SwiftProtobuf/Version.swift b/Sources/SwiftProtobuf/Version.swift index 50631e0ee..e26a195af 100644 --- a/Sources/SwiftProtobuf/Version.swift +++ b/Sources/SwiftProtobuf/Version.swift @@ -21,7 +21,7 @@ public struct Version { /// Minor version. public static let minor = 25 /// Revision number. - public static let revision = 1 + public static let revision = 2 /// String form of the version number. public static let versionString = "\(major).\(minor).\(revision)" diff --git a/SwiftProtobuf.podspec b/SwiftProtobuf.podspec index caaf4326c..cf130eb53 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftProtobuf' - s.version = '1.25.1' + s.version = '1.25.2' s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' } s.summary = 'Swift Protobuf code generator plugin and runtime library' s.homepage = 'https://github.com/apple/swift-protobuf' diff --git a/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig b/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig index 3857ca20a..b025d6cdb 100644 --- a/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig +++ b/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig @@ -13,7 +13,7 @@ APPLICATION_EXTENSION_API_ONLY = YES DYLIB_CURRENT_VERSION = 1 DYLIB_COMPATIBILITY_VERSION = 1 DYLIB_INSTALL_NAME_BASE = @rpath -CURRENT_PROJECT_VERSION = 1.25.1 +CURRENT_PROJECT_VERSION = 1.25.2 // Packaging PRODUCT_NAME = $(TARGET_NAME)