diff --git a/Package.swift b/Package.swift index db32fbd..aff96c6 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("15.2.1") + .exact("15.2.2") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.2.1") + .exact("15.2.2") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.2.1/WebIdIosIdentScanPlugin.framework-v15.2.1.zip", - checksum: "be85152cba6a27a6960e67850dadd821e24053907298ee9e2d805d7c55bbc9ac" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.2.2/WebIdIosIdentScanPlugin.framework-v15.2.2.zip", + checksum: "b95479ea743e21b0ca1dc66b3f881e09ef3d30e5b73aeb3c518bc428c57d985f" ), .target( name: "WebIdIosIdentScanPluginWrapper",