diff --git a/Package.swift b/Package.swift index 5ecf62d..e125e7f 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("12.2.0") + .exact("12.3.1") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("9.3.0") + .exact("9.3.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.3.0/WebIdDigitalSigningPlugin.framework-v11.3.0.zip", - checksum: "d6572e500b7f298bf7d3c95923c6346a41c6eea5953dcb7c2d237dd052a7459e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.4.0/WebIdDigitalSigningPlugin.framework-v11.4.0.zip", + checksum: "d517f87a3429ad0ae6fe715b55b8e2dab8a75455c498c642f9a2c6c438214e4b" ), .target( name: "WebIdDigitalSigningPluginWrapper",