diff --git a/Changelog.md b/Changelog.md index 0cc8619..f2443d3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +### 1.4.1 +- Don't make notification window key as it could conflict with the main window ([#50](https://github.com/WeTransfer/UINotifications/pull/50)) via [@kairadiagne](https://github.com/kairadiagne) + ### 1.3.0 - Add Support for Button ([#48](https://github.com/WeTransfer/UINotifications/pull/48)) via @Boris-Em - Merge release 1.2.0 into master ([#47](https://github.com/WeTransfer/UINotifications/pull/47)) via @WeTransferBot diff --git a/Submodules/WeTransfer-iOS-CI b/Submodules/WeTransfer-iOS-CI index 3f21f06..e56a82b 160000 --- a/Submodules/WeTransfer-iOS-CI +++ b/Submodules/WeTransfer-iOS-CI @@ -1 +1 @@ -Subproject commit 3f21f06a29f3eed43d2eb83b92ee1d30ee3a5f01 +Subproject commit e56a82b3022a382a89510159cfc94b534bef4d1e diff --git a/UINotifications.podspec b/UINotifications.podspec index ca5a6ed..df47d79 100644 --- a/UINotifications.podspec +++ b/UINotifications.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'UINotifications' - spec.version = '1.3.0' + spec.version = '1.4.1' spec.summary = 'Present custom in-app notifications easily in Swift.' spec.description = 'Present custom in-app notifications easily in Swift with simple and highly customizable APIs.'