diff --git a/Package.swift b/Package.swift index fc9c38d..4ead14c 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.0.0") + .exact("11.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.0.0") + .exact("12.0.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.0.0") + .exact("12.0.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.1-SNAPSHOT-1164.zip", - checksum: "705440f61bcc2ec09e43e281f97e1ede218b08dac52814c042a50a1e0811a70c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.2-SNAPSHOT-1182.zip", + checksum: "c5bf35cf2a612d917165bfa880c184b5d9984928780c4ea39167f15d1ec03204" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",