From 9278343c903d33eda9a3a0a3007008f5e1dfc392 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 12 Mar 2025 17:11:06 +0100 Subject: [PATCH] add new version 13.3.2 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",