From 839fffef4936aaa7ae4b5124f67b2018b17bd29d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 23 Oct 2024 14:21:14 +0200 Subject: [PATCH] add new version 13.1.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index de75a53..d865474 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.0.0") + .exact("13.1.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.0.1") + .exact("13.1.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.0.0/WebIdIosIdentScanPlugin.framework-v13.0.0.zip", - checksum: "d507f318a5e7f90fcc4c94a2153e8c10a733ce9a508c9b8096a0d84d43ec7f81" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.1.0/WebIdIosIdentScanPlugin.framework-v13.1.0.zip", + checksum: "c531e9a83465f916ff336e4ea252f64dc0ae328619c1e4c0222308080a764b31" ), .target( name: "WebIdIosIdentScanPluginWrapper",