浏览代码

Version bump for a release.

Thomas Van Lenten 1 年之前
父节点
当前提交
e17d61f26d
共有 2 个文件被更改,包括 2 次插入2 次删除
  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 = 27
   /// Revision number.
-  public static let revision = 0
+  public static let revision = 1
 
   /// 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.27.0'
+  s.version = '1.27.1'
   s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
   s.summary = 'Swift Protobuf Runtime Library'
   s.homepage = 'https://github.com/apple/swift-protobuf'