Fix library version in README

This commit is contained in:
2025-06-28 19:54:47 +02:00
parent dde6406150
commit 4d6cad8f08

View File

@@ -29,10 +29,10 @@ A modern C++17 header-only library to read **ARFF (Attribute-Relation File Forma
```bash ```bash
# Add the package to your conanfile.txt # Add the package to your conanfile.txt
[requires] [requires]
arff-files/1.0.1 arff-files/1.2.0
# Or install directly # Or install directly
conan install arff-files/1.0.1@ conan install arff-files/1.2.0@
``` ```
### Manual Installation ### Manual Installation