diff --git a/Package.swift b/Package.swift index f8e1719..bf4526d 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.2.0") + .exact("21.2.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.3") + .exact("21.0.4") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("21.1.1") + .exact("21.1.2") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.0.6/WebIdVideoIdProductPlugin.framework-v22.0.6-SNAPSHOT-1606.zip", - checksum: "553d59158602113e843b2ca5025bb5d8e8feb479fa35acd89eeab30e966b25d1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.1.2/WebIdVideoIdProductPlugin.framework-v22.1.2-SNAPSHOT-1637.zip", + checksum: "0feb039dfcb184a133b9fb15be27350e01f11a6f2c5f9bc2bdbd76146c0b1619" ), .target( name: "WebIdVideoIdProductPluginWrapper",