diff --git a/Package.swift b/Package.swift index 5b90dbc..a4595f2 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/SwiftPackageRedesignV4/webid-document-scanner-spm.git", - .exact("13.2.0") + .exact("13.3.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.2.1") + .exact("13.3.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.2.0/WebIdIosIdentScanPlugin.framework-v13.2.0.zip", - checksum: "f58ed5d4baa68d196ba26f5e497cdda1f750ba07cf403649e0cf5d8cb07833dc" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.3.0/WebIdIosIdentScanPlugin.framework-v13.3.0.zip", + checksum: "dcc0f17e85616a434f732a9d6627b1b7bb52ec519d1c788ac50b3709caec9590" ), .target( name: "WebIdIosIdentScanPluginWrapper",