From 82a4452b6943e173e4605a2dfa0afb9df7837594 Mon Sep 17 00:00:00 2001 From: Igor Fedoronchuk Date: Tue, 5 May 2026 09:36:12 +0200 Subject: [PATCH] docs(readme): correct SDK version table to reflect current 4.x main / 3.x 2022-05-10 The version table was incorrectly mapping 3.x to main and 2.x to the 2022-05-10 branch. main currently ships v4.0.0 (API 2026-04-16) and the 2022-05-10 line was tagged through v3.0.0. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9702f962..2300a915 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ This SDK sends the `X-DIDWW-API-Version: 2026-04-16` header with every request b | SDK Version | Branch | DIDWW API Version | |-------------|--------|-------------------| -| **3.x** | [`main`](https://github.com/didww/didww-api-3-java-sdk) | [`2026-04-16`](https://doc.didww.com/api3/2026-04-16/index.html) | -| **2.x** | [`2022-05-10`](https://github.com/didww/didww-api-3-java-sdk/tree/2022-05-10) | [`2022-05-10`](https://doc.didww.com/api3/2022-05-10/index.html) | +| **4.x** | [`main`](https://github.com/didww/didww-api-3-java-sdk) | [`2026-04-16`](https://doc.didww.com/api3/2026-04-16/index.html) | +| **3.x** | [`2022-05-10`](https://github.com/didww/didww-api-3-java-sdk/tree/2022-05-10) | [`2022-05-10`](https://doc.didww.com/api3/2022-05-10/index.html) | ## Requirements