diff --git a/Package.swift b/Package.swift index 18c1978..966b9ee 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("21.0.2") + .exact("21.0.3") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("21.0.1") + .exact("21.0.2") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.2/WebIdDigitalSigningPlugin.framework-v21.0.2.zip", - checksum: "eec03251ba8c053c02b82ece47efdb4675b94e68d5cd1c1f12a9913a80b25511" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.3/WebIdDigitalSigningPlugin.framework-v21.0.3.zip", + checksum: "0af206966663e722fbcd9e05807b6b7b35502225143c9e2a56deb48371cc0807" ), .target( name: "WebIdDigitalSigningPluginWrapper",