diff --git a/Package.swift b/Package.swift index 5f46a14..b14651d 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.3") + .exact("12.1.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("11.0.1") + .exact("12.0.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.0.3/WebIdIosIdentScanPlugin.framework-v12.0.3.zip", - checksum: "c7d9186fb772926dcfb5a8e6a904e6d140259e65af0be03dbb20a80eb108c387" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.1.0/WebIdIosIdentScanPlugin.framework-v12.1.0.zip", + checksum: "0732e02232cc7a0fe110779bc199ca0ab083ed5db3da37092413a651f6294fc4" ), .target( name: "WebIdIosIdentScanPluginWrapper",