Update changelog for 6.0.3

This commit is contained in:
Kelson 2019-09-03 19:41:33 +02:00
parent 14dbe843b9
commit b1a4bbd345
2 changed files with 6 additions and 2 deletions

View File

@ -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
===============

View File

@ -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'])