diff --git a/ChangeLog b/ChangeLog index cc82a0ffa..500f9e66f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +kiwix-lib 6.0.2 +=============== + + * Correctly set the groupId in the pom file. + + kiwix-lib 6.0.1 =============== diff --git a/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle b/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle index 6e2ca0070..25d32d428 100644 --- a/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle +++ b/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle @@ -26,7 +26,7 @@ task writePom { project { groupId 'org.kiwix.kiwixlib' artifactId 'kiwixlib' - version '6.0.1' + version '6.0.2' packaging 'aar' name 'kiwixlib' url 'https://github.com/kiwix/kiwix-lib' diff --git a/meson.build b/meson.build index 73dcbb7a7..a2f1ad6d1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-lib', 'cpp', - version : '6.0.1', + version : '6.0.2', license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])