Skip to content

Commit e1662d1

Browse files
committed
release: 17.1.0
1 parent 29d6516 commit e1662d1

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 = '17.0.0'
3+
s.version = '17.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/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.0.0"
12+
public static let versionString = "17.1.0"
1313
}

0 commit comments

Comments
 (0)