mirror of
https://github.com/apple/swift-protobuf.git
synced 2026-05-17 10:20:36 +00:00
Version bump for a release to fix cocoapods. (#2008)
This commit is contained in:
committed by
GitHub
parent
8fe85bbd74
commit
a008af1a10
@@ -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,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'
|
||||
|
||||
Reference in New Issue
Block a user