From e8ee93830fde2e90a2d5ad118c5a1b75116225d2 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 13 Aug 2024 10:59:31 +0200 Subject: [PATCH] add new version 13.1.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index f62ec1d..7b681b3 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("10.1.0") + .exact("10.1.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.2") + .exact("11.1.3") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.2.0") + .exact("12.2.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.2.0") + .exact("12.2.1") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/13.0.14/WebIdPayOnServerProductPlugin.framework-v13.0.14.zip", - checksum: "b46cc08e03dbbafeff4f3b07ec4e37d6b384a03b83bddf1518a858eb92bff7c4" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/13.1.0/WebIdPayOnServerProductPlugin.framework-v13.1.0.zip", + checksum: "61f555a7f77ebba51c1de91bfaf84ddd25a66662339ae9f6acf7811cadd810c4" ), .target( name: "WebIdPayOnServerProductPluginWrapper",