diff --git a/Package.swift b/Package.swift index ac1e0d8..a98147b 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.0.2") + .exact("13.0.3") ), .package( name: "WebIdVideoIdentPlugin", @@ -32,19 +32,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm.git", - .exact("12.0.1") + .exact("12.0.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.0.1") + .exact("12.0.2") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.0.2/WebIdMetaPlugin.framework-v13.0.2.zip", - checksum: "141d23ad988ddf3d2e5a59726218e30be012801443baa574b3d9d3168e038060" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.0.3/WebIdMetaPlugin.framework-v13.0.3.zip", + checksum: "510a40987f7364cf0c364d3c7399df3a3a16176e3142fcdb5e734805aa86e296" ), .target( name: "WebIdMetaPluginWrapper",