diff --git a/Package.swift b/Package.swift index e62b7f3..f07933b 100644 --- a/Package.swift +++ b/Package.swift @@ -17,17 +17,17 @@ let package = Package( .package( name: "WebIdVideoIdentProductPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", - .exact("13.2.0") + .exact("13.3.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.2.1") + .exact("10.3.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.4") + .exact("11.1.5") ), .package( name: "WebIdIosIdentScanPlugin", @@ -43,8 +43,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.2.0/WebIdMetaPlugin.framework-v13.2.0.zip", - checksum: "ae241725bf8aad44465a009c2c8c44610c4276e2af180a9988cf73e61377235c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.3.0/WebIdMetaPlugin.framework-v13.3.0.zip", + checksum: "865aa847cb672b4872b406f264d643aaab28ca6f2af34384471fb1c3586cf435" ), .target( name: "WebIdMetaPluginWrapper",