diff --git a/Package.swift b/Package.swift index 5a8e49d..6bd0804 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/SwiftPackageRedesignV4/webid-document-scanner-spm.git", - .exact("20.0.1") + .exact("20.1.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("20.0.0") + .exact("20.1.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/20.0.1/WebIdIosIdentScanPlugin.framework-v20.0.1.zip", - checksum: "6b62912eabeed83246ae719da0b158fb06952939080ed676c7c583514e51bb12" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/20.1.0/WebIdIosIdentScanPlugin.framework-v20.1.0.zip", + checksum: "841b9188aeae57904ca2b009a77c0c1f23bc5597fd647e4cbdc1e1e59fc0a174" ), .target( name: "WebIdIosIdentScanPluginWrapper",