Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltron committed Jun 21, 2017
1 parent 64d717d commit 5f2c25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NotificationBanner/Classes/NotificationBannerQueue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public class NotificationBannerQueue: NSObject {
if !banners.isEmpty {
banners.removeFirst()
}

guard let banner = banners.first else {
callback(true)
return
Expand Down
2 changes: 1 addition & 1 deletion NotificationBannerSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'NotificationBannerSwift'
s.version = '1.3.1'
s.version = '1.3.3'
s.summary = 'The easiest way to display in app notification banners in iOS.'

s.description = <<-DESC
Expand Down

0 comments on commit 5f2c25f

Please sign in to comment.