diff --git a/Package.swift b/Package.swift index 2ff3c91..80ca308 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdVideoIdentProductPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", - .exact("15.3.3") + .exact("15.4.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.1.1") + .exact("15.2.0") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.3.3/WebIdMetaPlugin.framework-v15.3.3.zip", - checksum: "994b6a6be66cab33ab598c1c6d6bce605ccf21522ffd9681239fb0b512769b62" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.4.0/WebIdMetaPlugin.framework-v15.4.0.zip", + checksum: "aec47e92041fd8f006f854542a7079cbb4d287409135f0c96d12b11e441926e9" ), .target( name: "WebIdMetaPluginWrapper",