diff --git a/Package.swift b/Package.swift index 5a3cc48..b893e84 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("20.2.1") + .exact("20.3.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("20.2.1") + .exact("20.3.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/20.2.1/WebIdDigitalSigningPlugin.framework-v20.2.1.zip", - checksum: "dfb578d5d060636bbb4b4a97e92a10f241f63f2fbc222c356c2c3f981203cb98" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.0/WebIdDigitalSigningPlugin.framework-v20.3.0.zip", + checksum: "69b0c64b19d009d505abd66ef17aa72489baf203b6c68a548faf19c5e6dcd8d6" ), .target( name: "WebIdDigitalSigningPluginWrapper",