Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshilShah committed Sep 17, 2017
1 parent e8a965b commit 38ddec2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
0.1.0 Release notes (16/9/2016)
0.1.1 Release notes (17/9/2017)
----

- Fixed an issue where touches were being interception
- Fixed a selector crash
- Updated the ReadMe with customisation options and Apple's HIG recommendations

0.1.0 Release notes (16/9/2017)
----

Initial release
2 changes: 1 addition & 1 deletion NotchKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'NotchKit'
spec.version = '0.1.0'
spec.version = '0.1.1'
spec.summary = 'One line to hide the iPhone X notch'
spec.description = <<-DESC
A UIWindow subclass to limit your iOS apps to a roundrect frame
Expand Down

0 comments on commit 38ddec2

Please sign in to comment.