Skip to content

Commit 8ed5783

Browse files
authored
Merge pull request #436 from zapcannon87/master
chore: public some urls of cache file
2 parents 2d2fe32 + 7500508 commit 8ed5783

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.10.0
1+
17.10.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.10.0'
3+
s.version = '17.10.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/Application.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public class LCApplication {
234234
}
235235
var _currentInstallation: LCInstallation?
236236

237-
var currentInstallationFileURL: URL? {
237+
public var currentInstallationFileURL: URL? {
238238
do {
239239
return try self.localStorageContext?.fileURL(
240240
place: .systemCaches,
@@ -263,7 +263,7 @@ public class LCApplication {
263263
}
264264
var _currentUser: LCUser?
265265

266-
var currentUserFileURL: URL? {
266+
public var currentUserFileURL: URL? {
267267
do {
268268
return try self.localStorageContext?.fileURL(
269269
place: .persistentData,

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

0 commit comments

Comments
 (0)