From f923c7fab70c8ccb492047539e379af56e33bbf5 Mon Sep 17 00:00:00 2001 From: Sin-Kang Date: Mon, 13 Jul 2026 03:29:13 +0900 Subject: [PATCH] docs: bump docs-home Quick install snippet 3.0.0 -> 3.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The docs-site landing page's Maven snippet still pinned 3.0.0 — the one literal PR #15's 3.1.0 -> 3.1.1 sweep could not catch, since it was two releases behind. Both languages fixed. Verified no other non-changelog version literals are stale (grep over docs/; the remaining 3.0.0 hits are changelog history and a changelog anchor link in the installation guide). --- docs/index.ko.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.ko.md b/docs/index.ko.md index 774153a..8466c5c 100644 --- a/docs/index.ko.md +++ b/docs/index.ko.md @@ -83,7 +83,7 @@ Spring Boot 3.5+ + `RestClient`: kr.devslab ssrf-guard - 3.0.0 + 3.1.1 ``` diff --git a/docs/index.md b/docs/index.md index 3a5b520..05125a6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -83,7 +83,7 @@ For Spring Boot 3.5+ with `RestClient`: kr.devslab ssrf-guard - 3.0.0 + 3.1.1 ```