Skip to content

Commit

Permalink
Bump the version number to 1.0.3.
Browse files Browse the repository at this point in the history
We'll need a release for Swift 4.1 because of the "near miss" warnings.
  • Loading branch information
thomasvl committed Mar 2, 2018
1 parent cb621a1 commit ccfcd00
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.
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)"
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.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'
Expand Down
4 changes: 2 additions & 2 deletions SwiftProtobuf.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit ccfcd00

Please sign in to comment.