From 4a20fb8485a5a07541aa82e3cce6dd38fe703788 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Thu, 29 Aug 2024 13:28:04 +0200 Subject: [PATCH 1/3] Bump-up version to 2.2.2 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index d901fed..53c6ee2 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile ext { set("GROUP_ID", "org.kiwix") set("ARTIFACT_ID", "libkiwix") - set("VERSION", "2.2.1") + set("VERSION", "2.2.2") } // Replace these versions with the latest available versions of libkiwix and libzim From 02577714ff38d637c62ccacbfbd85b784151584a Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Thu, 29 Aug 2024 13:29:57 +0200 Subject: [PATCH 2/3] use libzim 9.2.3-1 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 53c6ee2..1ab92aa 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -24,7 +24,7 @@ ext { // Replace these versions with the latest available versions of libkiwix and libzim ext.libkiwix_version = "13.1.0-4" -ext.libzim_version = "9.2.2" +ext.libzim_version = "9.2.3-1" apply from: 'publish.gradle' android { From dfc473e1f2cc66d52e70e41ba5ec207a12a26878 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Thu, 29 Aug 2024 13:30:37 +0200 Subject: [PATCH 3/3] Add changelog for 2.2.2 --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a2abde7..e36b259 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2.2.1 +* NEW: Use libzim 9.2.3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/113) + 2.2.1 * NEW: Use libzim 9.2.2 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/108)