diff --git a/Package.swift b/Package.swift index d9e13a1..b73272e 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", - .upToNextMinor(from: "13.0.0") + .exact("13.1.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", - .exact("10.0.0") + .exact("10.1.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.zip", - checksum: "2bcc53b09b645d4755f66faab0fae8a18db9544b2e1e9d4ba19783d4b843a17b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.1.0/WebIdDigitalSigningPlugin.framework-v12.1.0.zip", + checksum: "cad289b342249096ec55f9bd4ec91a8d1e60be4e217146376665184ae96c94cb" ), .target( name: "WebIdDigitalSigningPluginWrapper",