Skip to content

Commit 8cc1600

Browse files
authored
Merge pull request #303 from zapcannon87/developer
release: 17.4.0
2 parents ac27b7d + bcae5fe commit 8cc1600

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.3.2
1+
17.4.0

LeanCloud.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 = 'LeanCloud'
3-
s.version = '17.3.2'
3+
s.version = '17.4.0'
44
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
55
s.summary = 'LeanCloud Swift SDK'
66
s.homepage = 'https://leancloud.cn/'

LeanCloud.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@
12141214
repositoryURL = "https://github.com/groue/GRDB.swift";
12151215
requirement = {
12161216
kind = upToNextMajorVersion;
1217-
minimumVersion = 4.6.2;
1217+
minimumVersion = 4.7.0;
12181218
};
12191219
};
12201220
D35EB5BB2328A6E000763E4E /* XCRemoteSwiftPackageReference "Alamofire" */ = {

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
.library(name: "LeanCloud", targets: ["LeanCloud"]),
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.0.0-rc.2")),
18+
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.0.0-rc.3")),
1919
.package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMinor(from: "1.7.0")),
2020
.package(url: "https://github.com/daltoniam/Starscream.git", .upToNextMajor(from: "3.1.0")),
2121
.package(url: "https://github.com/groue/GRDB.swift.git", .upToNextMajor(from: "4.4.0"))

Sources/Foundation/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
import Foundation
1010

1111
public struct Version {
12-
public static let versionString = "17.3.2"
12+
public static let versionString = "17.4.0"
1313
}

0 commit comments

Comments
 (0)