diff --git a/Package.swift b/Package.swift index d982a88..2b1e01a 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ 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.1.0") + .exact("13.1.1") ), .package( name: "WebIdVideoIdentPlugin", @@ -27,7 +27,7 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.3") + .exact("11.1.4") ), .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.1.0/WebIdMetaPlugin.framework-v13.1.0.zip", - checksum: "4575729127d54a5504702044aa53c34572c799aa5a3bdb46c3851299360934c9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.1.1/WebIdMetaPlugin.framework-v13.1.1.zip", + checksum: "1c8d8aaae54080ce829be7bedf7fa920379f6f6d9a6d83dfec50a3310592cefd" ), .target( name: "WebIdMetaPluginWrapper",