Skip to content

Commit

Permalink
1.x branch: bump to 1.21.0 to make a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Feb 22, 2023
1 parent ece2713 commit 0af9125
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Sources/SwiftProtobuf/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
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.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'
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.3
CURRENT_PROJECT_VERSION = 1.21.0

// Packaging
PRODUCT_NAME = $(TARGET_NAME)
Expand Down

0 comments on commit 0af9125

Please sign in to comment.