diff --git a/Package.swift b/Package.swift index 037fb92..7800165 100644 --- a/Package.swift +++ b/Package.swift @@ -17,17 +17,17 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.1.0") + .exact("22.1.1") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("22.1.0") + .exact("22.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("22.1.0") + .exact("22.1.1") ), .package( name: "WebIdDigitalSigningPlugin", @@ -43,8 +43,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/22.4.0/WebIdAccountIdProductPlugin.framework-v22.4.0.zip", - checksum: "d1f623296454c2c2ef88f99e798c9d6fb5fdad5217cf9b093350c7f9e0908e35" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/22.4.1/WebIdAccountIdProductPlugin.framework-v22.4.1.zip", + checksum: "68207f39ca2927f21ab0a5e82aa00442b64cbb8a5dcc42b7aaca51dfbba387ab" ), .target( name: "WebIdAccountIdProductPluginWrapper",