diff --git a/docs/SDK-Integration.md b/docs/SDK-Integration.md index 2a51a8f..439305a 100644 --- a/docs/SDK-Integration.md +++ b/docs/SDK-Integration.md @@ -26,7 +26,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/wultra/mtoken-sdk-ios.git", .from("1.11.0")) + .package(url: "https://github.com/wultra/mtoken-sdk-ios.git", .from("1.12.0")) ], targets: [ .target( @@ -53,19 +53,13 @@ Note: If you want to use only operations, you can omit the Push dependency and i ## Guaranteed PowerAuth Compatibility -| WMT SDK | PowerAuth SDK | -|-----------------|---------------| -| `1.12.x` | `1.9.x` | -| `1.11.x` | `1.8.x` | -| `1.10.x` | `1.8.x` | -| `1.9.x` | `1.8.x` | -| `1.8.x` | `1.8.x` | -| `1.7.x` | `1.7.x` | -| `1.6.x` | `1.7.x` | -| `1.5.x` | `1.6.x` | -| `1.4.x` | `1.6.x` | -| `1.3.x` | `1.6.x` | -| `1.0.x - 1.2.x` | `1.5.x` | +| WMT SDK | PowerAuth SDK | +|-----------------------|---------------| +| `1.12.x` | `1.9.x` | +| `1.8.x` - `1.11.x` | `1.8.x` | +| `1.6.x` - `1.7.x` | `1.7.x` | +| `1.3.x` - `1.5.x` | `1.6.x` | +| `1.0.x` - `1.2.x` | `1.5.x` | ## Xcode Compatibility