diff --git a/Package.swift b/Package.swift index 1d6b77c..d1adb10 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "11.2.0") + .upToNextMinor(from: "11.3.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/12.1.0/WebIdPluginCore.framework-v12.1.0-SNAPSHOT-258.zip", - checksum: "b0a8c1da2781905253d629809118c1e99d3bbe39456acd1e87972c8f473b9c1a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/12.2.0/WebIdPluginCore.framework-v12.2.0-SNAPSHOT-260.zip", + checksum: "e15890e2bed76f803503e20ac0c362c3ba1042433dbc60418a2f57f287280e97" ), .target( name: "WebIdPluginCoreWrapper",