Skip to content

Commit

Permalink
Merge pull request #436 from zapcannon87/master
Browse files Browse the repository at this point in the history
chore: public some urls of cache file
  • Loading branch information
zapcannon87 authored Nov 4, 2021
2 parents 2d2fe32 + 7500508 commit 8ed5783
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.10.0
17.10.1
2 changes: 1 addition & 1 deletion LeanCloud.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LeanCloud'
s.version = '17.10.0'
s.version = '17.10.1'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'LeanCloud Swift SDK'
s.homepage = 'https://leancloud.cn/'
Expand Down
4 changes: 2 additions & 2 deletions Sources/Foundation/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public class LCApplication {
}
var _currentInstallation: LCInstallation?

var currentInstallationFileURL: URL? {
public var currentInstallationFileURL: URL? {
do {
return try self.localStorageContext?.fileURL(
place: .systemCaches,
Expand Down Expand Up @@ -263,7 +263,7 @@ public class LCApplication {
}
var _currentUser: LCUser?

var currentUserFileURL: URL? {
public var currentUserFileURL: URL? {
do {
return try self.localStorageContext?.fileURL(
place: .persistentData,
Expand Down
2 changes: 1 addition & 1 deletion Sources/Foundation/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
import Foundation

public struct Version {
public static let versionString = "17.10.0"
public static let versionString = "17.10.1"
}

0 comments on commit 8ed5783

Please sign in to comment.