diff --git a/Package.swift b/Package.swift index 105e15c..057c778 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("10.1.2") + .exact("10.3.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.5") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm.git", - .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.git", - .exact("12.2.0") + .exact("12.2.1") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/13.0.2/WebIdMetaPlugin.framework-v13.0.2-SNAPSHOT-1203.zip", - checksum: "80611b756fe5a0f41a74e0b8af122c224946d66e1577afd0361d4c190c6f3d12" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/13.2.0/WebIdMetaPlugin.framework-v13.2.0-SNAPSHOT-1221.zip", + checksum: "ae80a2a6e957d2394eac046495886d42870171cd43bc89aae70b599410ccd733" ), .target( name: "WebIdMetaPluginWrapper",