diff --git a/Package.swift b/Package.swift index 1526a47..5ecf62d 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.1.0") + .exact("12.2.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("9.2.0") + .exact("9.3.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.2.0/WebIdDigitalSigningPlugin.framework-v11.2.0.zip", - checksum: "d97e41d9ce956c86e8fee274cd3984fa8fde51258daaa95e78d87ff2db40fa50" + 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" ), .target( name: "WebIdDigitalSigningPluginWrapper",