Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Oct 16, 2019
1 parent d583ae8 commit 9db9d1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.6.11

- Also apply the accessoryType fix on iOS 12

## 1.6.10

- Fix cut view when UITableViewCell's accessoryType is set to disclosureIndicator in a storyboard.
Expand Down
2 changes: 1 addition & 1 deletion MGSwipeTableCell.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MGSwipeTableCell'
s.version = '1.6.10'
s.version = '1.6.11'
s.author = { 'Imanol Fernandez' => '[email protected]' }
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
s.summary = 'An easy to use UITableViewCell subclass that allows to display swipeable buttons with a variety of transitions'
Expand Down

0 comments on commit 9db9d1c

Please sign in to comment.