Skip to content

Commit

Permalink
Bump version to 1.3.1 for Swift <4.2 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Jan 7, 2019
1 parent 08cb9b7 commit ab98c52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/SwiftProtobuf/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public struct Version {
/// Minor version.
public static let minor = 3
/// Revision number.
public static let revision = 0
public static let revision = 1

/// String form of the version number.
public static let versionString = "\(major).\(minor).\(revision)"
Expand Down
2 changes: 1 addition & 1 deletion SwiftProtobuf.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftProtobuf'
s.version = '1.3.0'
s.version = '1.3.1'
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'
Expand Down
4 changes: 2 additions & 2 deletions SwiftProtobuf.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2266,7 +2266,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.3.0;
CURRENT_PROJECT_VERSION = 1.3.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down Expand Up @@ -2323,7 +2323,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.3.0;
CURRENT_PROJECT_VERSION = 1.3.1;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down

0 comments on commit ab98c52

Please sign in to comment.