diff --git a/Sources/SwiftProtobuf/Version.swift b/Sources/SwiftProtobuf/Version.swift index 84c2770dc..cdf5d9827 100644 --- a/Sources/SwiftProtobuf/Version.swift +++ b/Sources/SwiftProtobuf/Version.swift @@ -21,7 +21,7 @@ public struct Version { /// Minor version. public static let minor = 20 /// 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 c92f59c60..c1e88ff88 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftProtobuf' - s.version = '1.20.1' + s.version = '1.20.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 fd8b39ac0..db982dd9f 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.1 +CURRENT_PROJECT_VERSION = 1.20.2 // Packaging PRODUCT_NAME = $(TARGET_NAME)