diff --git a/Package.swift b/Package.swift index abd68c8..aead344 100644 --- a/Package.swift +++ b/Package.swift @@ -22,29 +22,29 @@ let package = Package( .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .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: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.1.2/WebIdMetaPlugin.framework-v15.1.2-SNAPSHOT-1335.zip", - checksum: "a04b6e7030fbec39d8eaf36f184d50be8f6e92aaf6db8164fbe6a8fa96069275" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.1.3/WebIdMetaPlugin.framework-v15.1.3-SNAPSHOT-1339.zip", + checksum: "1b2fe310e15f70976c70ce0e4a400519e343d935d249695e16b165490760c9a0" ), .target( name: "WebIdMetaPluginWrapper",