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