diff --git a/CHANGELOG.md b/CHANGELOG.md
index 358ef08..63bf7ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,10 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Security
- None.
+## [1.9.3] - 2021-10-15
+### Fixed
+- Fixed a warning due to a wrong path in the Swift package manifest.
+
## [1.9.2] - 2020-05-07
### Added
- Made `cornerRadius` and `IBDesignable`s available for override.
diff --git a/Frameworks/HandyUIKit/NibLoadable.swift b/Frameworks/HandyUIKit/NibLoadable.swift
index c219bbd..13468fb 100644
--- a/Frameworks/HandyUIKit/NibLoadable.swift
+++ b/Frameworks/HandyUIKit/NibLoadable.swift
@@ -23,8 +23,7 @@ extension NibLoadable where Self: UIView {
/// Loads the contents of this view from the corresponding Nib file.
///
/// NOTE: This view must be the 'File's Owner', not the 'View' within the Nib file.
- public func loadFromNib() throws {
- let bundle = Bundle(for: type(of: self))
+ public func loadFromNib(bundle: Bundle) throws {
let nibName = Self.nibName
let nib = UINib(nibName: nibName, bundle: bundle)
diff --git a/Frameworks/SupportingFiles/Info.plist b/Frameworks/SupportingFiles/Info.plist
index 17d778d..a7f24a4 100644
--- a/Frameworks/SupportingFiles/Info.plist
+++ b/Frameworks/SupportingFiles/Info.plist
@@ -15,7 +15,7 @@
-
@@ -13,8 +13,8 @@ width=600> alt="codebeat badge"> - +