diff --git a/Package.swift b/Package.swift index 1b66371..380784c 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.1.0") + .exact("15.1.1") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("15.1.0") + .exact("15.1.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - 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" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1.zip", + checksum: "3a7af0eae252c32a7ba280e870b4469cb41156e01d84a67b5cffde7f7bc2deb6" ), .target( name: "WebIdDigitalSigningPluginWrapper",