diff --git a/Package.swift b/Package.swift index 6410934..2358576 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.0.1") + .exact("15.1.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.2/WebIdIosIdentScanPlugin.framework-v15.0.2.zip", - checksum: "d05615150fdaedba1b6fa49ce9658bf60eaaff1dcbf7516da3f177a52cb544d8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.1.0/WebIdIosIdentScanPlugin.framework-v15.1.0.zip", + checksum: "63c8a5038b91b32b551018902ee6e75c1ff6ba98766bf0d5d414396cc593006d" ), .target( name: "WebIdIosIdentScanPluginWrapper",