Skip to content

Commit 52af57a

Browse files
authored
Merge pull request #62 from zapcannon87/master
Release v11.0.1
2 parents 1f4a44a + 03aa001 commit 52af57a

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 = '11.0.0'
3+
s.version = '11.0.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/Storage/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 = "11.0.0"
11+
public let Version = "11.0.1"
1212

1313
public let globalOptions = LCApplicationOptions()
1414

0 commit comments

Comments
 (0)