Skip to content

Commit 03719dc

Browse files
committed
release: 16.4.0
1 parent 40115c5 commit 03719dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LeanCloud.podspec

Lines changed: 2 additions & 2 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 = '16.3.0'
3+
s.version = '16.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/'
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
end
2121

2222
s.subspec 'IM' do |ss|
23-
ss.dependency 'SwiftProtobuf', '~> 1.5.0'
23+
ss.dependency 'SwiftProtobuf', '~> 1.6.0'
2424
ss.dependency 'Starscream', '~> 3.1.0'
2525
ss.dependency 'FMDB', '~> 2.7.0'
2626

Sources/Storage/Foundation/LeanCloud.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010

11-
public let version = "16.3.0"
11+
public let version = "16.4.0"
1212

1313
/// `version` is a common word, so use `__LeanCloudVersion` to wrap it to avoid conflict.
1414
var __LeanCloudVersion: String {

0 commit comments

Comments
 (0)