diff --git a/Package.swift b/Package.swift index 565a772..08b5d65 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.0.3") + .exact("12.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.0.3") + .exact("12.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.0.1") + .exact("11.1.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.0.1") + .exact("10.1.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.2/WebIdVideoIdentProductPlugin.framework-v13.0.2-SNAPSHOT-1188.zip", - checksum: "a0c816ee4272c66bce818d80441b0833cf65c1b99e44bd95f6a971f3ab6d0527" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.2/WebIdVideoIdentProductPlugin.framework-v13.0.2-SNAPSHOT-1189.zip", + checksum: "3be1f66084cc5efd4d595322e776e7a2522292978809ff32482a4fc7f848281c" ), .target( name: "WebIdVideoIdentProductPluginWrapper",