From 4d6cad8f08b487889b1bab37f6aa2f454c65993b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Sat, 28 Jun 2025 19:54:47 +0200 Subject: [PATCH] Fix library version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0782b4d..39f9968 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ A modern C++17 header-only library to read **ARFF (Attribute-Relation File Forma ```bash # Add the package to your conanfile.txt [requires] -arff-files/1.0.1 +arff-files/1.2.0 # Or install directly -conan install arff-files/1.0.1@ +conan install arff-files/1.2.0@ ``` ### Manual Installation