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 @@ -23,9 +23,9 @@ public struct Version {
2323 /// Major version.
2424 public static let major = 1
2525 /// Minor version.
26- public static let minor = 35
26+ public static let minor = 36
2727 /// Revision number.
28- public static let revision = 1
28+ public static let revision = 0
2929
3030 /// String form of the version number.
3131 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.35.1 '
3+ s . version = '1.36.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