diff --git a/Package.swift b/Package.swift index e098635..666d90e 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("11.0.0") + .exact("11.1.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("10.0.0") + .exact("10.1.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/11.0.0/WebIdIosIdentScanPlugin.framework-v11.0.0.zip", - checksum: "6c91d2acc65b1418961f2c02b7abd230b9e3e3002307223aa67a0b3db822d60b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/11.1.0/WebIdIosIdentScanPlugin.framework-v11.1.0.zip", + checksum: "9153794f66f99f42ca8ebcfdb5653a73ed8bb90e8df05e7ebf48cdfc0bfe53ea" ), .target( name: "WebIdIosIdentScanPluginWrapper",