diff --git a/Package.swift b/Package.swift index 43ad5d5..9473280 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.2.1") + .exact("20.3.4") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("20.2.1") + .exact("20.3.4") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.2.1") + .exact("20.3.4") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.2.1") + .exact("20.3.1") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("20.2.1") + .exact("20.3.0") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/21.0.3/WebIdAccountIdProductPlugin.framework-v21.0.3.zip", - checksum: "8c422fb3307676d8e5a9065c584aaf1851d7ae7d60e33eb5e5a1160bbdbd8d89" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/21.1.0/WebIdAccountIdProductPlugin.framework-v21.1.0.zip", + checksum: "4479335d7a7f90adf2d79b32cea0f8a5c2b3b9f37ca5e9f3c84eda9074930158" ), .target( name: "WebIdAccountIdProductPluginWrapper",