diff --git a/Package.swift b/Package.swift index de0f78a..1b66371 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.0.1") + .exact("15.1.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("15.0.1") + .exact("15.1.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.2/WebIdDigitalSigningPlugin.framework-v15.0.2.zip", - checksum: "6fe8b76664a466b743006d761a7c5bd3b37a964db37b84584beb8047ab0350e1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.0/WebIdDigitalSigningPlugin.framework-v15.1.0.zip", + checksum: "18b4ec9c60544ff62c4c373647674291010caecdef69ae2d3acd3c2e6fe61dc3" ), .target( name: "WebIdDigitalSigningPluginWrapper",