diff --git a/Package.swift b/Package.swift index e2ea195..52630fe 100644 --- a/Package.swift +++ b/Package.swift @@ -22,24 +22,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: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.0.1") + .exact("15.0.2") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.1.2/WebIdPayProductPlugin.framework-v15.1.2.zip", - checksum: "d55a08423f99c77f3350bc849e77bd1eca39b0fd6b05ebf27e884e5bacb7f216" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.1.3/WebIdPayProductPlugin.framework-v15.1.3.zip", + checksum: "47df9b45f08f6889057bfe9e1fcebdfae2cc87b1953c1fdad80f235ca7d519a9" ), .target( name: "WebIdPayProductPluginWrapper",