diff --git a/Package.swift b/Package.swift index 3b8bab6..d9e13a1 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", - .exact("10.0.0-beta") + .exact("10.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.0.0/WebIdDigitalSigningPlugin.framework-v12.0.0-beta.zip", - checksum: "c475f548ee74ba8b8386f7188db7262e6ccc5c739bdffc7f050c05634421b507" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.0.0/WebIdDigitalSigningPlugin.framework-v12.0.0.zip", + checksum: "2bcc53b09b645d4755f66faab0fae8a18db9544b2e1e9d4ba19783d4b843a17b" ), .target( name: "WebIdDigitalSigningPluginWrapper",