diff --git a/Package.swift b/Package.swift index a6706d2..0f70207 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/SwiftPackageRedesignV4/webid-document-scanner-spm.git", - .exact("13.4.0") + .exact("13.5.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.4.0") + .exact("13.5.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.4.0/WebIdIosIdentScanPlugin.framework-v13.4.0.zip", - checksum: "2e91d16a7743d157d6c9c2eb18c0f49e573368bd177a75ff534033945a5ff12a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.5.0/WebIdIosIdentScanPlugin.framework-v13.5.0.zip", + checksum: "9c58564d667a78a1cb8a65b7531dfcaeaf917c9e8cacd7fb14ef4ed9216f5a48" ), .target( name: "WebIdIosIdentScanPluginWrapper",