diff --git a/Sources/SwiftProtobuf/Version.swift b/Sources/SwiftProtobuf/Version.swift index 2ed09fad0..cc722dec8 100644 --- a/Sources/SwiftProtobuf/Version.swift +++ b/Sources/SwiftProtobuf/Version.swift @@ -19,7 +19,7 @@ public struct Version { /// Major version. public static let major = 1 /// Minor version. - public static let minor = 9 + public static let minor = 10 /// Revision number. public static let revision = 0 diff --git a/SwiftProtobuf.podspec b/SwiftProtobuf.podspec index 3aa2a96eb..577de7911 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftProtobuf' - s.version = '1.9.0' + s.version = '1.10.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' diff --git a/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig b/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig index b79533333..7be76e687 100644 --- a/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig +++ b/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.9.0 +CURRENT_PROJECT_VERSION = 1.10.0 // Packaging PRODUCT_NAME = $(TARGET_NAME)