diff --git a/Package.swift b/Package.swift index bed4d49..3e2b20f 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/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("20.1.0") + .exact("20.2.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", - .exact("20.1.0") + .exact("20.2.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/20.1.0/WebIdDigitalSigningPlugin.framework-v20.1.0.zip", - checksum: "e047d3ad5fa3f9440cf21a70e16f11a512798c9fe823f4d24ce82bc4c1826689" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/20.2.0/WebIdDigitalSigningPlugin.framework-v20.2.0.zip", + checksum: "c23db9861709ce0c2863700dbb542ffec072d1a5d9c121ae277dab8c7ae8ce4e" ), .target( name: "WebIdDigitalSigningPluginWrapper",