Skip to content

Commit 102a647

Browse files
authored
Version bump to prep for a release (#1781)
1 parent e77d6e5 commit 102a647

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SwiftProtobuf/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public struct Version {
1919
/// Major version.
2020
public static let major = 1
2121
/// Minor version.
22-
public static let minor = 29
22+
public static let minor = 30
2323
/// Revision number.
2424
public static let revision = 0
2525

SwiftProtobuf.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftProtobuf'
3-
s.version = '1.29.0'
3+
s.version = '1.30.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'

0 commit comments

Comments
 (0)