diff --git a/Package.swift b/Package.swift index b194a32..798e7b8 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.1") + .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.1") + .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/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.0.5/WebIdVideoIdProductPlugin.framework-v22.0.5.zip", - checksum: "c8cbd04694dc763b6fba0c484744aaf3079d8e76dc778c0ce58f00c9e25860f8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.1.0/WebIdVideoIdProductPlugin.framework-v22.1.0.zip", + checksum: "14420d048111b4a3ec7c5c6e71f5f9bc0cc79fba7b06f721be5528f2b2f6188d" ), .target( name: "WebIdVideoIdProductPluginWrapper",