From 07f7f26ded8df9645c072f220378879c4642e063 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 31 Oct 2023 10:33:44 -0400 Subject: [PATCH] Revision bump to do an update release for the xcode project file. --- 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 c43d49d1e..50631e0ee 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 = 0 + public static let revision = 1 /// String form of the version number. public static let versionString = "\(major).\(minor).\(revision)" diff --git a/SwiftProtobuf.podspec b/SwiftProtobuf.podspec index cb8e9087c..caaf4326c 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftProtobuf' - s.version = '1.25.0' + s.version = '1.25.1' 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 5d9b329a6..3857ca20a 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.0 +CURRENT_PROJECT_VERSION = 1.25.1 // Packaging PRODUCT_NAME = $(TARGET_NAME)