File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
SwiftProtobuf.xcodeproj/xcconfigs Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ public struct Version {
1919 /// Major version.
2020 public static let major = 1
2121 /// Minor version.
22- public static let minor = 10
22+ public static let minor = 11
2323 /// Revision number.
24- public static let revision = 2
24+ public static let revision = 0
2525
2626 /// String form of the version number.
2727 public static let versionString = " \( major) . \( minor) . \( revision) "
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SwiftProtobuf'
3- s . version = '1.10.2 '
3+ s . version = '1.11.0 '
44 s . license = { :type => 'Apache 2.0' , :file => 'LICENSE.txt' }
55 s . summary = 'Swift Protobuf code generator plugin and runtime library'
66 s . homepage = 'https://github.com/apple/swift-protobuf'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
1313DYLIB_CURRENT_VERSION = 1
1414DYLIB_COMPATIBILITY_VERSION = 1
1515DYLIB_INSTALL_NAME_BASE = @rpath
16- CURRENT_PROJECT_VERSION = 1.10.2
16+ CURRENT_PROJECT_VERSION = 1.11.0
1717
1818// Packaging
1919PRODUCT_NAME = $(TARGET_NAME)
You can’t perform that action at this time.
0 commit comments