Version bump for a release to fix cocoapods. (#2008)

This commit is contained in:
Thomas Van Lenten
2026-03-13 12:15:02 -04:00
committed by GitHub
parent 8fe85bbd74
commit a008af1a10
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public struct Version {
/// Minor version.
public static let minor = 36
/// Revision number.
public static let revision = 0
public static let revision = 1
/// String form of the version number.
public static let versionString = "\(major).\(minor).\(revision)"
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftProtobuf'
s.version = '1.36.0'
s.version = '1.36.1'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
s.summary = 'Swift Protobuf Runtime Library'
s.homepage = 'https://github.com/apple/swift-protobuf'