From 2ea0e5bab0fb740898e410f2ffa9bdbdb1af5076 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 22 Aug 2019 16:05:35 +0200 Subject: [PATCH] New version 6.0.2 --- ChangeLog | 6 ++++++ android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle | 2 +- meson.build | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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'])