diff --git a/Package.swift b/Package.swift index 4585c3e..d8322d3 100644 --- a/Package.swift +++ b/Package.swift @@ -27,19 +27,19 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("20.3.1") + .exact("20.3.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.3.2") + .exact("20.3.3") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/21.1.1/WebIdEIdProductPlugin.framework-v21.1.1.zip", - checksum: "d1411d6178b6fb351cbb78bb3d8c977081f79f731578ce42c177f709ac1a5513" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/21.1.2/WebIdEIdProductPlugin.framework-v21.1.2.zip", + checksum: "fa799a8844e52c1975bcada8d78afb0656942ad398b503c9b8954f1c061ad874" ), .target( name: "WebIdEIdProductPluginWrapper",