Skip to content

Commit 4425158

Browse files
authored
Merge pull request #393 from zapcannon87/develop
release: 17.6.1
2 parents d9926ac + a4dd319 commit 4425158

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.version

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

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.6.0'
3+
s.version = '17.6.1'
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.6.0"
12+
public static let versionString = "17.6.1"
1313
}

0 commit comments

Comments
 (0)