diff --git a/Package.swift b/Package.swift index 2c4aa24..f68ba36 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("12.0.0") + .exact("12.0.1") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("11.0.0") + .exact("11.0.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.0.0/WebIdIosIdentScanPlugin.framework-v12.0.0.zip", - checksum: "38e5de18d50862719cd1ecca4e1e16ae233cee3d0e012b470dae2fae58d9b3ea" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.0.1/WebIdIosIdentScanPlugin.framework-v12.0.1.zip", + checksum: "2ac869850f8b84b4b68cbd426d33b693324f5adb054370ccc6f6d742201d4b4b" ), .target( name: "WebIdIosIdentScanPluginWrapper",