Skip to content

Commit

Permalink
Release version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshilShah committed Jan 25, 2018
1 parent be8e18d commit 67d396e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.4.2 Release notes (25/1/2018)

- Fixes for Swift 4 `@objc` inference

## 0.4.1 Release notes (30/9/2017)

- Updated to Swift 4.0
Expand All @@ -7,25 +11,25 @@

- Lowered the target OS to iOS 8.0

0.3.0 Release notes (22/9/2017)
## 0.3.0 Release notes (22/9/2017)
----

- Mask changes are now animated

0.2.0 Release notes (18/9/2017)
## 0.2.0 Release notes (18/9/2017)
----

- Added the ability to customise which edges are masked
- Fixed a crash which happened when on relaunching the example app

0.1.1 Release notes (17/9/2017)
## 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)
## 0.1.0 Release notes (16/9/2017)
----

Initial release
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Harshil Shah <harshilshah1910@me.com
Copyright (c) 2018 Harshil Shah <harshilshah1910@me.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion NotchKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'NotchKit'
spec.version = '0.4.1'
spec.version = '0.4.2'
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 67d396e

Please sign in to comment.