diff --git a/Package.swift b/Package.swift index 66344c9..dc0b67d 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.4") + .exact("22.0.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.2.1") + .exact("22.0.0") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("21.2.1") + .exact("22.0.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.1") + .exact("22.0.0") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .exact("2.0.4") + .exact("2.0.5") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.2.3/WebIdAutoIdProductPlugin.framework-v22.2.3.zip", - checksum: "aa42e3fc0ceca8a7494d54b3de19cdd10c466ae9acae09112d0ddcdeda8a8de1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.0/WebIdAutoIdProductPlugin.framework-v22.3.0.zip", + checksum: "40eab653f99814ec84674364223f40fb315b8032dbacf4ec43d698fdaf84e64b" ), .target( name: "WebIdAutoIdProductPluginWrapper",