diff --git a/Package.swift b/Package.swift index 4636f49..f574b2d 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.1.1") + .exact("20.2.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("20.1.0") + .exact("20.2.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/20.1.1/WebIdIosIdentScanPlugin.framework-v20.1.1.zip", - checksum: "ca13468e9915dc683f19ff949f8ccdac22034fdffd91d5431492fe5c198e17da" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/20.2.0/WebIdIosIdentScanPlugin.framework-v20.2.0.zip", + checksum: "e8d072160bef5a1f108b2df881a3ee835615064a263f6d9d24910c3ec79fe96d" ), .target( name: "WebIdIosIdentScanPluginWrapper",