diff --git a/Package.swift b/Package.swift index 5c6c02f..60371ba 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("11.0.0") + .exact("11.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("11.0.0") + .exact("11.1.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("4.0.0") + .exact("4.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.0") + .exact("10.0.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/12.0.2/WebIdEIdProductPlugin.framework-v12.0.2.zip", - checksum: "96fa5531f30083a9965e345071788e6e9396d9430a7dc519616b2b86a318b986" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/12.0.3/WebIdEIdProductPlugin.framework-v12.0.3.zip", + checksum: "1a9bc62a205ffab722418efe3872bddaf5717e6fc409e62c9d19db65c35e6ad8" ), .target( name: "WebIdEIdProductPluginWrapper",