Skip to content

Commit 88c7d15

Browse files
committed
Bump to 1.20.2 for a release.
1 parent 55b9319 commit 88c7d15

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 = 20
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.20.1'
3+
s.version = '1.20.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.20.1
16+
CURRENT_PROJECT_VERSION = 1.20.2
1717

1818
// Packaging
1919
PRODUCT_NAME = $(TARGET_NAME)

0 commit comments

Comments
 (0)