Skip to content

Commit

Permalink
Bump to 1.20.2 for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Sep 23, 2022
1 parent 55b9319 commit 88c7d15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/SwiftProtobuf/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion SwiftProtobuf.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 88c7d15

Please sign in to comment.