Skip to content

Commit ccfcd00

Browse files
committed
Bump the version number to 1.0.3.
We'll need a release for Swift 4.1 because of the "near miss" warnings.
1 parent cb621a1 commit ccfcd00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Sources/SwiftProtobuf/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public struct Version {
2121
/// Minor version.
2222
static public let minor = 0
2323
/// Revision number.
24-
static public let revision = 2
24+
static public let revision = 3
2525

2626
/// String form of the version number.
2727
static public let versionString = "\(major).\(minor).\(revision)"

SwiftProtobuf.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftProtobuf'
3-
s.version = '1.0.2'
3+
s.version = '1.0.3'
44
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
55
s.summary = 'Swift Protobuf code generator plugin and runtime library'
66
s.homepage = 'https://github.com/apple/swift-protobuf'

SwiftProtobuf.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,7 +2249,7 @@
22492249
CLANG_WARN_UNREACHABLE_CODE = YES;
22502250
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
22512251
COMBINE_HIDPI_IMAGES = YES;
2252-
CURRENT_PROJECT_VERSION = 1.0.2;
2252+
CURRENT_PROJECT_VERSION = 1.0.3;
22532253
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22542254
DYLIB_CURRENT_VERSION = 1;
22552255
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -2303,7 +2303,7 @@
23032303
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23042304
COMBINE_HIDPI_IMAGES = YES;
23052305
COPY_PHASE_STRIP = NO;
2306-
CURRENT_PROJECT_VERSION = 1.0.2;
2306+
CURRENT_PROJECT_VERSION = 1.0.3;
23072307
DEBUG_INFORMATION_FORMAT = dwarf;
23082308
DYLIB_CURRENT_VERSION = 1;
23092309
DYLIB_INSTALL_NAME_BASE = "@rpath";

0 commit comments

Comments
 (0)