Skip to content

Commit

Permalink
Bump podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGorman committed Feb 27, 2020
1 parent b32934b commit 429d319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SwiftMessageBar.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'SwiftMessageBar'
s.version = '5.5.0'
s.version = '5.6.0'
s.summary = 'A Swift Message Bar'
s.swift_version = '5.0'

Expand Down
2 changes: 1 addition & 1 deletion SwiftMessageBar/SwiftMessageBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public final class SwiftMessageBar {
public static let titleFont: UIFont = .boldSystemFont(ofSize: 16)
public static let messageFont: UIFont = .systemFont(ofSize: 14)
public static let isHapticFeedbackEnabled = true
public static let windowLevel = UIWindow.Level.normal
public static let windowLevel:UIWindow.Level = .normal
}

let errorColor: UIColor
Expand Down

0 comments on commit 429d319

Please sign in to comment.