diff --git a/Package.swift b/Package.swift index 8d61dfa..2081901 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.git", - .exact("12.1.0") + .exact("12.2.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.1.0") + .exact("12.2.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.0") + .exact("11.1.2") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.1.0") + .exact("10.1.2") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.8/WebIdVideoIdentProductPlugin.framework-v13.0.8.zip", - checksum: "5597efcbd7e23d6772425fba191fba49debff9fc5d77e8c6a8e079002de67e06" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.11/WebIdVideoIdentProductPlugin.framework-v13.0.11.zip", + checksum: "5372cd0e1a00132dadaecbadf51499fb629a19b865706a5d3378dcc34a74dc85" ), .target( name: "WebIdVideoIdentProductPluginWrapper",