diff --git a/README.md b/README.md
index d89bafc..74449d7 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-![Version](https://img.shields.io/badge/Version-1.1.0-A99CCF.svg?style=for-the-badge&labelColor=806BBA)
+![Version](https://img.shields.io/badge/Version-1.1.1-A99CCF.svg?style=for-the-badge&labelColor=806BBA)
![iOS](https://img.shields.io/badge/iOS-13+-A99CCF.svg?style=for-the-badge&labelColor=806BBA)
![Swift](https://img.shields.io/badge/Swift-5-A99CCF.svg?style=for-the-badge&labelColor=806BBA)
![Xcode](https://img.shields.io/badge/Xcode-14-A99CCF.svg?style=for-the-badge&labelColor=806BBA)
diff --git a/Sources/Core/ContextMenu/ContextMenuInteractionDelegate.swift b/Sources/Core/ContextMenu/ContextMenuInteractionDelegate.swift
index 666b9a7..3655280 100644
--- a/Sources/Core/ContextMenu/ContextMenuInteractionDelegate.swift
+++ b/Sources/Core/ContextMenu/ContextMenuInteractionDelegate.swift
@@ -5,7 +5,6 @@
// Created by Mitch Treece on 8/11/22.
//
-import Foundation
import UIKit
internal class ContextMenuInteractionDelegate: NSObject, UIContextMenuInteractionDelegate {
diff --git a/Sources/Core/_Exports.swift b/Sources/Core/_Exports.swift
new file mode 100644
index 0000000..095caa6
--- /dev/null
+++ b/Sources/Core/_Exports.swift
@@ -0,0 +1,2 @@
+@_exported import Foundation
+@_exported import UIKit