Skip to content

Commit b26444e

Browse files
committed
Bump version
1 parent a0ccf6c commit b26444e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.6.5
4+
5+
- Expand the first or last button width to make appearance look good with a notch (e.g. iPhone X).
6+
- Add expandLastButtonBySafeAreaInsets property to optionally enable/disable the default behaviour.
7+
38
## 1.6.4
49

510
- Backwards compatibility with XCode 8 compilation

MGSwipeTableCell.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MGSwipeTableCell'
3-
s.version = '1.6.4'
3+
s.version = '1.6.5'
44
s.author = { 'Imanol Fernandez' => '[email protected]' }
55
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
66
s.summary = 'An easy to use UITableViewCell subclass that allows to display swipeable buttons with a variety of transitions'

0 commit comments

Comments
 (0)