Skip to content

Commit 429d319

Browse files
committed
Bump podspec
1 parent b32934b commit 429d319

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SwiftMessageBar.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SwiftMessageBar'
4-
s.version = '5.5.0'
4+
s.version = '5.6.0'
55
s.summary = 'A Swift Message Bar'
66
s.swift_version = '5.0'
77

SwiftMessageBar/SwiftMessageBar.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public final class SwiftMessageBar {
2020
public static let titleFont: UIFont = .boldSystemFont(ofSize: 16)
2121
public static let messageFont: UIFont = .systemFont(ofSize: 14)
2222
public static let isHapticFeedbackEnabled = true
23-
public static let windowLevel = UIWindow.Level.normal
23+
public static let windowLevel:UIWindow.Level = .normal
2424
}
2525

2626
let errorColor: UIColor

0 commit comments

Comments
 (0)