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 {
19
19
/// Major version.
20
20
public static let major = 1
21
21
/// Minor version.
22
- public static let minor = 28
22
+ public static let minor = 29
23
23
/// Revision number.
24
- public static let revision = 2
24
+ public static let revision = 0
25
25
26
26
/// String form of the version number.
27
27
public static let versionString = " \( major) . \( minor) . \( revision) "
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SwiftProtobuf'
3
- s . version = '1.28.2 '
3
+ s . version = '1.29.0 '
4
4
s . license = { :type => 'Apache 2.0' , :file => 'LICENSE.txt' }
5
5
s . summary = 'Swift Protobuf Runtime Library'
6
6
s . homepage = 'https://github.com/apple/swift-protobuf'
You can’t perform that action at this time.
0 commit comments