Browse Source

Version bump to prep for a release (#1781)

Thomas Van Lenten 10 tháng trước cách đây
mục cha
commit
102a647b57
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Sources/SwiftProtobuf/Version.swift
  2. 1 1
      SwiftProtobuf.podspec

+ 1 - 1
Sources/SwiftProtobuf/Version.swift

@@ -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 - 1
SwiftProtobuf.podspec

@@ -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'