We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3eb5ad commit 2726a5fCopy full SHA for 2726a5f
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.6.1
4
+
5
+- Fix issue #294: iOS 11 crash.
6
7
## 1.6.0
8
9
- Fix glitch when dragging before animation completes.
MGSwipeTableCell.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MGSwipeTableCell'
- s.version = '1.6.0'
+ s.version = '1.6.1'
s.author = { 'Imanol Fernandez' => 'mortimergoro@gmail.com' }
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'
0 commit comments