We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77d6e5 commit 102a647Copy full SHA for 102a647
Sources/SwiftProtobuf/Version.swift
@@ -19,7 +19,7 @@ public struct Version {
19
/// Major version.
20
public static let major = 1
21
/// Minor version.
22
- public static let minor = 29
+ public static let minor = 30
23
/// Revision number.
24
public static let revision = 0
25
SwiftProtobuf.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftProtobuf'
3
- s.version = '1.29.0'
+ s.version = '1.30.0'
4
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
5
s.summary = 'Swift Protobuf Runtime Library'
6
s.homepage = 'https://github.com/apple/swift-protobuf'
0 commit comments