diff --git a/Package.swift b/Package.swift index 8623416..d30a538 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.3.1") + .exact("13.3.2") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.3.0") + .exact("13.3.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.3.1/WebIdIosIdentScanPlugin.framework-v13.3.1.zip", - checksum: "71488d55eb8d14edf1ee6084dd49f343d1cdef794d958874ce74c9633dbe5428" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.3.2/WebIdIosIdentScanPlugin.framework-v13.3.2.zip", + checksum: "1106b5308c6ac149f12e471f0a6c950a16e276c38e7ac4d43609215de0b6ecc3" ), .target( name: "WebIdIosIdentScanPluginWrapper",