From de0c33e7ff2f62638c52d810a1fdf9c239189a16 Mon Sep 17 00:00:00 2001 From: samkul-swe Date: Sun, 12 Oct 2025 19:09:02 -0700 Subject: [PATCH] Updated README to show the updated Next.js version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd969f25..e76b218b2 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ Before installation, make sure to complete the [prerequisite setup steps](https: --- ### **FrontEnd** -- **Next.js 15.2.3**: React framework featuring App Router, server components, automatic code-splitting, and optimized rendering. +- **Next.js 15.5.4**: React framework featuring App Router, server components, automatic code-splitting, and optimized rendering. - **React 19.0.0**: JavaScript library for building user interfaces.