From d0e1d7fe2bb21e2a44c7970ae5a7ff3ca3a49676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szikszai=20Guszt=C3=A1v?= Date: Wed, 19 Apr 2023 10:09:07 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 836647b..28f4a07 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ add `mint-ui` to the `mint.json` file as a dependency: "dependencies": { "mint-ui": { "repository": "https://github.com/mint-lang/mint-ui", - "constraint": "3.0.0 <= v < 4.0.0" + "constraint": "6.0.0 <= v < 7.0.0" } } ```