Skip to content

Commit 07f7f26

Browse files
committed
Revision bump to do an update release for the xcode project file.
1 parent b714a76 commit 07f7f26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Sources/SwiftProtobuf/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public struct Version {
2121
/// Minor version.
2222
public static let minor = 25
2323
/// Revision number.
24-
public static let revision = 0
24+
public static let revision = 1
2525

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

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.25.0'
3+
s.version = '1.25.1'
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/xcconfigs/Base.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
1313
DYLIB_CURRENT_VERSION = 1
1414
DYLIB_COMPATIBILITY_VERSION = 1
1515
DYLIB_INSTALL_NAME_BASE = @rpath
16-
CURRENT_PROJECT_VERSION = 1.25.0
16+
CURRENT_PROJECT_VERSION = 1.25.1
1717

1818
// Packaging
1919
PRODUCT_NAME = $(TARGET_NAME)

0 commit comments

Comments
 (0)