Skip to content

Commit c327072

Browse files
committed
Release 1.1.1
1 parent f4c944e commit c327072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/SystemExtensionKit/SystemExtensionKit.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import SystemExtensions
1212
#error("SystemExtensionKit doesn't support Swift versions below 5.5.")
1313
#endif
1414

15-
/// Current SystemExtensionKit version 1.1.0. Necessary since SPM doesn't use dynamic libraries. Plus this will be more accurate.
16-
public let version = "1.1.0"
15+
/// Current SystemExtensionKit version 1.1.1. Necessary since SPM doesn't use dynamic libraries. Plus this will be more accurate.
16+
public let version = "1.1.1"
1717

1818
public let SystemExtension = SystemExtensionKit.shared
1919

@@ -182,7 +182,7 @@ extension SystemExtensionKit: OSSystemExtensionRequestDelegate {
182182
return .replace
183183
}
184184

185-
delegate?.systemExtensionKit(self, requestResult: .replacingExtension(request, existingBundleShortVersion, extensionBundleShortVersion))
185+
delegate?.systemExtensionKit(self, requestResult: .cancelExtension(request, existingBundleShortVersion, extensionBundleShortVersion))
186186
return .cancel
187187
}
188188

0 commit comments

Comments
 (0)