diff --git a/Sources/SwiftProtobuf/Version.swift b/Sources/SwiftProtobuf/Version.swift index 8b33994bb..6c08593fa 100644 --- a/Sources/SwiftProtobuf/Version.swift +++ b/Sources/SwiftProtobuf/Version.swift @@ -21,7 +21,7 @@ public struct Version { /// Minor version. static public let minor = 0 /// Revision number. - static public let revision = 2 + static public let revision = 3 /// String form of the version number. static public let versionString = "\(major).\(minor).\(revision)" diff --git a/SwiftProtobuf.podspec b/SwiftProtobuf.podspec index c1b04d95e..e24bbcd7c 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftProtobuf' - s.version = '1.0.2' + s.version = '1.0.3' 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/project.pbxproj b/SwiftProtobuf.xcodeproj/project.pbxproj index bc2c5d2c8..cea723802 100644 --- a/SwiftProtobuf.xcodeproj/project.pbxproj +++ b/SwiftProtobuf.xcodeproj/project.pbxproj @@ -2249,7 +2249,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1.0.2; + CURRENT_PROJECT_VERSION = 1.0.3; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -2303,7 +2303,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.0.2; + CURRENT_PROJECT_VERSION = 1.0.3; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath";