Skip to content

Commit

Permalink
Updated to 1.1
Browse files Browse the repository at this point in the history
AvdLee committed Nov 26, 2018
1 parent 159b978 commit 0a4ea1c
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Changelog

### Next

### 1.1
- File size of images in the repo are much smaller now.
- Tapping an action now triggers a dismiss of the notification. This also fixes the issue where actions would be called multiple times.
- Chevron image is now having a max size of 20x20.
@@ -13,7 +15,8 @@
- Support for showing an image.
- Support for showing a subtitle.
- Support for iPhone X
- Update to Swift 4.2

### 1.0 (2017-07-14)
### 1.0

- First public release! 🎉
2 changes: 1 addition & 1 deletion UINotifications.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'UINotifications'
spec.version = '1.0.0'
spec.version = '1.1.0'
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.'

0 comments on commit 0a4ea1c

Please sign in to comment.