@@ -19,7 +19,7 @@ public struct Version {
/// Major version.
public static let major = 1
/// Minor version.
- public static let minor = 29
+ public static let minor = 30
/// Revision number.
public static let revision = 0
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftProtobuf'
- s.version = '1.29.0'
+ s.version = '1.30.0'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
s.summary = 'Swift Protobuf Runtime Library'
s.homepage = 'https://github.com/apple/swift-protobuf'