Skip to content

Commit 46a8c43

Browse files
authored
Merge pull request #399 from zapcannon87/develop
release: 17.6.2
2 parents ab7f123 + c031d72 commit 46a8c43

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.6.1
1+
17.6.2

LeanCloud.podspec

Lines changed: 4 additions & 4 deletions
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.6.1'
3+
s.version = '17.6.2'
44
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
55
s.summary = 'LeanCloud Swift SDK'
66
s.homepage = 'https://leancloud.cn/'
@@ -16,13 +16,13 @@ Pod::Spec.new do |s|
1616
s.watchos.deployment_target = '3.0'
1717

1818
s.subspec 'Foundation' do |ss|
19-
ss.dependency 'Alamofire', '~> 5.2'
19+
ss.dependency 'Alamofire', '~> 5.3'
2020

2121
ss.source_files = 'Sources/Foundation/**/*.{swift}'
2222
end
2323

2424
s.subspec 'RTM' do |ss|
25-
ss.dependency 'SwiftProtobuf', '~> 1.12'
25+
ss.dependency 'SwiftProtobuf', '~> 1.13'
2626
ss.dependency 'GRDB.swift', '~> 4.14'
2727

2828
ss.dependency 'LeanCloud/Foundation', "#{s.version}"
@@ -31,7 +31,7 @@ Pod::Spec.new do |s|
3131
end
3232

3333
s.subspec 'RTM-no-local-storage' do |ss|
34-
ss.dependency 'SwiftProtobuf', '~> 1.12'
34+
ss.dependency 'SwiftProtobuf', '~> 1.13'
3535

3636
ss.dependency 'LeanCloud/Foundation', "#{s.version}"
3737

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
.library(name: "LeanCloud", targets: ["LeanCloud"]),
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.2.0")),
19-
.package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.12.0")),
18+
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.3.0")),
19+
.package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.13.0")),
2020
.package(url: "https://github.com/apple/swift-nio-zlib-support.git", from: "1.0.0"),
2121
.package(url: "https://github.com/groue/GRDB.swift.git", .upToNextMajor(from: "4.14.0"))
2222
],

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.6.1"
12+
public static let versionString = "17.6.2"
1313
}

0 commit comments

Comments
 (0)