Explorar o código

Update versions to 1.33.2 (#1883)

Franz Busch hai 5 meses
pai
achega
55e8dfb8c2
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Sources/SwiftProtobuf/Version.swift
  2. 1 1
      SwiftProtobuf.podspec

+ 1 - 1
Sources/SwiftProtobuf/Version.swift

@@ -21,7 +21,7 @@ public struct Version {
     /// Minor version.
     public static let minor = 33
     /// Revision number.
-    public static let revision = 1
+    public static let revision = 2
 
     /// String form of the version number.
     public static let versionString = "\(major).\(minor).\(revision)"

+ 1 - 1
SwiftProtobuf.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'SwiftProtobuf'
-  s.version = '1.33.1'
+  s.version = '1.33.2'
   s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
   s.summary = 'Swift Protobuf Runtime Library'
   s.homepage = 'https://github.com/apple/swift-protobuf'