diff --git a/Package.swift b/Package.swift index eb57b38..b0419c4 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("21.1.0") + .exact("21.2.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.1.0") + .exact("21.2.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.2") + .exact("21.0.3") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("21.1.0") + .exact("21.1.1") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.0.2/WebIdVideoIdProductPlugin.framework-v22.0.2-SNAPSHOT-1583.zip", - checksum: "f61bf45433cd93cef6179d66f7af729cef34b8031c2c06cbfbe7dac69ba8e329" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.0.6/WebIdVideoIdProductPlugin.framework-v22.0.6-SNAPSHOT-1601.zip", + checksum: "2c38570f579e1ad088ca15db1e447d9ce17a4cc6f4e08e0aa686400232aa3d4b" ), .target( name: "WebIdVideoIdProductPluginWrapper",