diff --git a/Package.swift b/Package.swift index 738163b..ac1ea9d 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.2.1") + .exact("20.3.4") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.2.1") + .exact("20.3.4") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.2.1") + .exact("20.3.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("20.2.2") + .exact("20.3.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/21.0.3/WebIdVideoIdProductPlugin.framework-v21.0.3.zip", - checksum: "cc9eb45cc23ab1bb4d6dce631d45081fe318a04929fc1b939b3e2e84d636ae3c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/21.1.0/WebIdVideoIdProductPlugin.framework-v21.1.0.zip", + checksum: "05a59e0127a0e0434f6a755249a7c941d59f03fbd263a9d31e1be80f4d24a5f6" ), .target( name: "WebIdVideoIdProductPluginWrapper",