diff --git a/Package.swift b/Package.swift index fe38767..623999a 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("23.1.1") + .exact("23.1.2") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("22.1.0") + .exact("22.1.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/23.1.1/WebIdIosIdentScanPlugin.framework-v23.1.1.zip", - checksum: "4be773e1aab8f02ee0668ab83a5b2ac142f15a7f784bc3c931c2a4053534fcf8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/23.1.2/WebIdIosIdentScanPlugin.framework-v23.1.2.zip", + checksum: "c23df29ccc77102725abd7b2222ce6487d708afadbc542c41a6aa91bb5082e8d" ), .target( name: "WebIdIosIdentScanPluginWrapper",