Skip to content

Commit f15deca

Browse files
author
Dave Lyon
committed
Version 0.1.1
1 parent b59bf0a commit f15deca

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 0.1.1
4+
5+
* Minor memory/performance tweaks [@stephencelis]
6+
* Backwards compatibility for iOS 6 [@derpoliuk]
7+
38
## 0.1.0
49

510
Initial release.

TAPKeyboardPop.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TAPKeyboardPop"
3-
s.version = "0.1.0"
3+
s.version = "0.1.1"
44
s.summary = "A UIViewController category that enables animated keyboard dismissal with the pop gesture."
55
s.homepage = "https://github.com/cotap/TAPKeyboardPop"
66
s.license = 'MIT'
@@ -11,4 +11,4 @@ Pod::Spec.new do |s|
1111
s.requires_arc = true
1212

1313
s.source_files = 'Classes/*'
14-
end
14+
end

0 commit comments

Comments
 (0)