diff --git a/Package.swift b/Package.swift index f863639..3091125 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.0.0") + .exact("13.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.0.0") + .exact("13.1.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .exact("6.0.0") + .exact("6.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.0.0") + .exact("12.1.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/14.0.1/WebIdEIdProductPlugin.framework-v14.0.1.zip", - checksum: "0403ebecb67d01b341dae45d84588304453c52d3e9663e5d5b77cbfc1a788092" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/14.1.0/WebIdEIdProductPlugin.framework-v14.1.0.zip", + checksum: "1ff39ae62517dbf212e9addaf5eae256584c9b529d5d3ffbdbc8efc1bb4928cb" ), .target( name: "WebIdEIdProductPluginWrapper",