diff --git a/Package.swift b/Package.swift index 85cd86f..5f46a14 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("12.0.2") + .exact("12.0.3") ), .package( name: "WebIdPluginCore", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.0.2/WebIdIosIdentScanPlugin.framework-v12.0.2.zip", - checksum: "ad76b7e57c3e320d43f3195de7924dd4ef3a63aab34a752f2c4693c8a8321db2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.0.3/WebIdIosIdentScanPlugin.framework-v12.0.3.zip", + checksum: "c7d9186fb772926dcfb5a8e6a904e6d140259e65af0be03dbb20a80eb108c387" ), .target( name: "WebIdIosIdentScanPluginWrapper",