Skip to content

Commit 4106680

Browse files
committed
Bump the version for a release
1 parent 3dd275f commit 4106680

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: Sources/SwiftProtobuf/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public struct Version {
1919
/// Major version.
2020
public static let major = 1
2121
/// Minor version.
22-
public static let minor = 4
22+
public static let minor = 5
2323
/// Revision number.
2424
public static let revision = 0
2525

Diff for: SwiftProtobuf.podspec

+1-1
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.4.0'
3+
s.version = '1.5.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'

Diff for: SwiftProtobuf.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2286,7 +2286,7 @@
22862286
CLANG_WARN_UNREACHABLE_CODE = YES;
22872287
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
22882288
COMBINE_HIDPI_IMAGES = YES;
2289-
CURRENT_PROJECT_VERSION = 1.4.0;
2289+
CURRENT_PROJECT_VERSION = 1.5.0;
22902290
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22912291
DYLIB_CURRENT_VERSION = 1;
22922292
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -2343,7 +2343,7 @@
23432343
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23442344
COMBINE_HIDPI_IMAGES = YES;
23452345
COPY_PHASE_STRIP = NO;
2346-
CURRENT_PROJECT_VERSION = 1.4.0;
2346+
CURRENT_PROJECT_VERSION = 1.5.0;
23472347
DEBUG_INFORMATION_FORMAT = dwarf;
23482348
DYLIB_CURRENT_VERSION = 1;
23492349
DYLIB_INSTALL_NAME_BASE = "@rpath";

0 commit comments

Comments
 (0)