Skip to content

Commit 30d7392

Browse files
committed
release: 16.1.0
1 parent 5d1c7b0 commit 30d7392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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.0.0"
11+
public let version = "16.1.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)