Browse Source

Version bump to make a release.

Thomas Van Lenten 5 năm trước cách đây
mục cha
commit
bfe4255ff6

+ 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 = 15
+  public static let minor = 16
   /// 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.15.0'
+  s.version = '1.16.0'
   s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
   s.summary = 'Swift Protobuf code generator plugin and runtime library'
   s.homepage = 'https://github.com/apple/swift-protobuf'

+ 1 - 1
SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig

@@ -13,7 +13,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
 DYLIB_CURRENT_VERSION = 1
 DYLIB_COMPATIBILITY_VERSION = 1
 DYLIB_INSTALL_NAME_BASE = @rpath
-CURRENT_PROJECT_VERSION = 1.15.0
+CURRENT_PROJECT_VERSION = 1.16.0
 
 // Packaging
 PRODUCT_NAME = $(TARGET_NAME)