Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
 find links -type f | while read link; do bn="$(basename "$link")"; mkdir "links/$bn"; mv "$link" "links/$bn/"; done; find links -maxdepth 1 -type d -iname "?" -exec rm -rf {} \;
 ```
 
-### From 4.0.0 to 4.1.0
+### From 4.0.0 to 4.1.1
 
 There is nothing special to do to update from/to the following versions:
 - 4.0.0 -> 4.1.0
+- 4.1.0 -> 4.1.1
 
 ### Troubleshooting
 
 - Cosmetic fixes
 - More languages supported and language fixes
 
+## Version 4.1.1
+
+- Fix lang sanity check
+
 
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
-define('JIRAFEAU_VERSION', '4.1.0');
+define('JIRAFEAU_VERSION', '4.1.1');
 
 /* Directories. */
 define('VAR_FILES', $cfg['var_root'] . 'files/');