diff --git a/Package.swift b/Package.swift index c60c3d6..4e416c6 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("22.1.2") + .exact("23.0.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.1.2") + .exact("23.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("22.1.0") + .exact("23.0.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("22.1.0") + .exact("23.0.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.4.2/WebIdVideoIdProductPlugin.framework-v22.4.2.zip", - checksum: "3821e5698420d769de313425757df8eb2e610a0fbad9f547225687b4bd9f5864" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.5.0/WebIdVideoIdProductPlugin.framework-v22.5.0.zip", + checksum: "63307190379891546f0fef341d98d2febcacd0d8172420aa0acd359c94cffc00" ), .target( name: "WebIdVideoIdProductPluginWrapper",