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