commit 3e8819fd
The "latest" tag does not work very well as it goes to the 3.2.1 maintanance release. We want 4.0.0 to be presented.
Changed files
| M | README.md before |
diff --git a/README.md b/README.md
index 8488b9a..9d147c8 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
A C++ library to look for directories like `My Documents`, `~/.config`, `%APPDATA%`, etc. so that you do not need to write platform-specific code
-[Source code](https://github.com/sago007/PlatformFolders) • [Latest release](https://github.com/sago007/PlatformFolders/releases/latest) • [Doxygen documentation](http://sago007.github.io/PlatformFolders/html/doxygen/)
+[Source code](https://github.com/sago007/PlatformFolders) • [Latest release (4.0.0)](https://github.com/sago007/PlatformFolders/releases/tag/4.0.0) • [Doxygen documentation](http://sago007.github.io/PlatformFolders/html/doxygen/)
## Rationale