diff --git a/Package.swift b/Package.swift index 5e84ef4..a47b14d 100644 --- a/Package.swift +++ b/Package.swift @@ -32,19 +32,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm.git", - .exact("12.0.2") + .exact("12.0.3") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.0.2") + .exact("12.0.3") ) ], 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-1181.zip", - checksum: "968f3c7e5b12cf63514e199c3a06d2cc374678491f69ab8dc92b8af7e2714b16" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/13.0.2/WebIdMetaPlugin.framework-v13.0.2-SNAPSHOT-1183.zip", + checksum: "23a66159dff898981b48c8bfca682c4187efa0191d552883db776f7fe4a5a25b" ), .target( name: "WebIdMetaPluginWrapper",