Skip to content

Commit ebc7251

Browse files
committed
Version bump for a release.
1 parent a692f65 commit ebc7251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SwiftProtobuf/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public struct Version {
2121
/// Minor version.
2222
public static let minor = 28
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

+1-1
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.28.1'
3+
s.version = '1.28.2'
44
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
55
s.summary = 'Swift Protobuf Runtime Library'
66
s.homepage = 'https://github.com/apple/swift-protobuf'

0 commit comments

Comments
 (0)