From 84746c6155415647c4bd0f3e47c228729da8fe38 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:10:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6432d47d..6a1e9656 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Utopia Map consists of three main parts: A React-based single-page application that provides the user interface for the map and all its features. ### 2. Component Library (`/lib` - published as `utopia-ui`) -A reusable React component library (v3.0.106) that contains all the UI components needed to build mapping applications. +A reusable React component library that contains all the UI components needed to build mapping applications. ### 3. Backend (`/backend`) A Directus-powered backend that handles data management, user authentication, and API services.