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 = 28
22+ public static let minor = 29
2323 /// Revision number.
24- public static let revision = 2
24+ public static let revision = 0
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.28.2 '
3+ s . version = '1.29.0 '
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