diff --git a/Package.swift b/Package.swift index 37207c4..b8e085d 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("15.0.1") + .exact("15.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.1") + .exact("15.0.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.0.1") + .exact("15.0.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.1.2/WebIdAutoIdentOnServerProductPlugin.framework-v15.1.2-SNAPSHOT-1335.zip", - checksum: "5fc44d07481a71a99bc5ae8590abec71190b62538b8da9b7cecf9fba38f276a9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.1.3/WebIdAutoIdentOnServerProductPlugin.framework-v15.1.3-SNAPSHOT-1339.zip", + checksum: "c7a18f9207e8218d53e7fda74e687629e917e1c6704206e4765cf66cd561845a" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",