Skip to content

Commit 0a4ea1c

Browse files
committed
Updated to 1.1
1 parent 159b978 commit 0a4ea1c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Changelog
22

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

17-
### 1.0 (2017-07-14)
20+
### 1.0
1821

1922
- First public release! 🎉

UINotifications.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'UINotifications'
3-
spec.version = '1.0.0'
3+
spec.version = '1.1.0'
44
spec.summary = 'Present custom in-app notifications easily in Swift.'
55
spec.description = 'Present custom in-app notifications easily in Swift with simple and highly customizable APIs.'
66

0 commit comments

Comments
 (0)