diff --git a/Package.swift b/Package.swift index 1b648f3..3d30210 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.0.5") + .exact("15.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.0.2") + .exact("15.1.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.1.4/WebIdEIdOnServerProductPlugin.framework-v15.1.4.zip", - checksum: "64e75e3e0281029c107bb7d524788a2ef969ed60e96461185d2ce26b65e0752c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.2.0/WebIdEIdOnServerProductPlugin.framework-v15.2.0.zip", + checksum: "07452e9fad9ab760c78f1500e99db4798ba812f2a6fa2f807cad69b8a2df74de" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",