File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ public struct Version {
1919 /// Major version.
2020 public static let major = 1
2121 /// Minor version.
22- public static let minor = 32
22+ public static let minor = 33
2323 /// Revision number.
24- public static let revision = 0
24+ public static let revision = 1
2525
2626 /// String form of the version number.
2727 public static let versionString = " \( major) . \( minor) . \( revision) "
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SwiftProtobuf'
3- s . version = '1.32.0 '
3+ s . version = '1.33.1 '
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'
You can’t perform that action at this time.
0 commit comments