diff --git a/ChangeLog b/ChangeLog index 500f9e66f..486b48e25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ +kiwix-lib 6.0.3 +=============== + + * UI fixes in kiwix-serve rendering + kiwix-lib 6.0.2 =============== * Correctly set the groupId in the pom file. - kiwix-lib 6.0.1 =============== diff --git a/meson.build b/meson.build index a2f1ad6d1..ef717df8d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-lib', 'cpp', - version : '6.0.2', + version : '6.0.3', license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])