diff --git a/Package.swift b/Package.swift index 405fc28..d04f4c4 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.1.0") + .exact("20.1.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("20.1.0") + .exact("20.1.1") ), .package( name: "WebIdDigitalSigningPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/20.1.0/WebIdVideoIdentProductPlugin.framework-v20.1.0.zip", - checksum: "b01b46d96da21d46737e32f8618b573cf9125e033d2a67cced40ef3b00a78acc" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/20.1.1/WebIdVideoIdentProductPlugin.framework-v20.1.1.zip", + checksum: "de109d81c494b5d06489ec6e563f279b3f63d1377efa73d25103e9ca2910f5de" ), .target( name: "WebIdVideoIdentProductPluginWrapper",