From 0af9125c4eae12a4973fb66574c53a54962a9e1e Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Wed, 22 Feb 2023 14:55:10 -0500 Subject: [PATCH] 1.x branch: bump to 1.21.0 to make a release. --- Sources/SwiftProtobuf/Version.swift | 4 ++-- SwiftProtobuf.podspec | 2 +- SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/SwiftProtobuf/Version.swift b/Sources/SwiftProtobuf/Version.swift index 7e8dcec8d..798c17816 100644 --- a/Sources/SwiftProtobuf/Version.swift +++ b/Sources/SwiftProtobuf/Version.swift @@ -19,9 +19,9 @@ public struct Version { /// Major version. public static let major = 1 /// Minor version. - public static let minor = 20 + public static let minor = 21 /// Revision number. - public static let revision = 3 + public static let revision = 0 /// String form of the version number. public static let versionString = "\(major).\(minor).\(revision)" diff --git a/SwiftProtobuf.podspec b/SwiftProtobuf.podspec index d10f39c65..ad6abea88 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftProtobuf' - s.version = '1.20.3' + s.version = '1.21.0' 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 4292ab35f..3b4bbafc1 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.20.3 +CURRENT_PROJECT_VERSION = 1.21.0 // Packaging PRODUCT_NAME = $(TARGET_NAME)