diff --git a/Package.swift b/Package.swift index a49e108..9f6e971 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.4.1") + .exact("21.0.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.4.1") + .exact("21.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.4.1") + .exact("21.0.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("20.4.0") + .exact("21.0.1") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/21.2.2/WebIdVideoIdProductPlugin.framework-v21.2.2.zip", - checksum: "32bcde8422021bb3bb8e5cb22051b30e386a73e49c2af4a73fcfe9268c73f769" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.0.0/WebIdVideoIdProductPlugin.framework-v22.0.0.zip", + checksum: "76205023fcf939b2cbd6dfcecdc158e585ca582ec23ce41205f49b57bee3251b" ), .target( name: "WebIdVideoIdProductPluginWrapper",