Skip to content

Commit 6520fb1

Browse files
committed
Bump the version to 1.4.0 to cut a release.
1 parent e3129cc commit 6520fb1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Sources/SwiftProtobuf/Version.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ public struct Version {
1919
/// Major version.
2020
public static let major = 1
2121
/// Minor version.
22-
public static let minor = 3
22+
public static let minor = 4
2323
/// Revision number.
24-
public static let revision = 1
24+
public static let revision = 0
2525

2626
/// String form of the version number.
2727
public static 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.3.1'
3+
s.version = '1.4.0'
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
@@ -2266,7 +2266,7 @@
22662266
CLANG_WARN_UNREACHABLE_CODE = YES;
22672267
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
22682268
COMBINE_HIDPI_IMAGES = YES;
2269-
CURRENT_PROJECT_VERSION = 1.3.1;
2269+
CURRENT_PROJECT_VERSION = 1.4.0;
22702270
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22712271
DYLIB_CURRENT_VERSION = 1;
22722272
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -2323,7 +2323,7 @@
23232323
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23242324
COMBINE_HIDPI_IMAGES = YES;
23252325
COPY_PHASE_STRIP = NO;
2326-
CURRENT_PROJECT_VERSION = 1.3.1;
2326+
CURRENT_PROJECT_VERSION = 1.4.0;
23272327
DEBUG_INFORMATION_FORMAT = dwarf;
23282328
DYLIB_CURRENT_VERSION = 1;
23292329
DYLIB_INSTALL_NAME_BASE = "@rpath";

0 commit comments

Comments
 (0)