diff --git a/Package.swift b/Package.swift index ace6b47..2e27a00 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.1.2") + .exact("15.2.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.1.1") + .exact("15.2.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.1.2/WebIdIosIdentScanPlugin.framework-v15.1.2.zip", - checksum: "62a0473cf4e30241170621ce6feebe0b8dd08299fb6fcfd95a95c056155704f2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.2.0/WebIdIosIdentScanPlugin.framework-v15.2.0.zip", + checksum: "31e92766f5458d178c17d180352149aee10411e445717d88a0663beabfb1a749" ), .target( name: "WebIdIosIdentScanPluginWrapper",