From a1b3a3a7d458f0a0ac0afb7e61baaac5675c8d63 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 11 Sep 2018 15:00:49 -0400 Subject: [PATCH] Bump the version to 1.1.2 in preparation for a release. --- Sources/SwiftProtobuf/Version.swift | 2 +- SwiftProtobuf.podspec | 2 +- SwiftProtobuf.xcodeproj/project.pbxproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/SwiftProtobuf/Version.swift b/Sources/SwiftProtobuf/Version.swift index 77b268a1e..dc8bdbfbc 100644 --- a/Sources/SwiftProtobuf/Version.swift +++ b/Sources/SwiftProtobuf/Version.swift @@ -21,7 +21,7 @@ public struct Version { /// Minor version. static public let minor = 1 /// Revision number. - static public let revision = 1 + static public let revision = 2 /// String form of the version number. static public let versionString = "\(major).\(minor).\(revision)" diff --git a/SwiftProtobuf.podspec b/SwiftProtobuf.podspec index 9095a863c..ee8ca6d33 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftProtobuf' - s.version = '1.1.1' + s.version = '1.1.2' 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 2d7703a9c..a6f1fc4a7 100644 --- a/SwiftProtobuf.xcodeproj/project.pbxproj +++ b/SwiftProtobuf.xcodeproj/project.pbxproj @@ -2242,7 +2242,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1.1.1; + CURRENT_PROJECT_VERSION = 1.1.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -2299,7 +2299,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.1.1; + CURRENT_PROJECT_VERSION = 1.1.2; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath";