From a16d45a0b10110467b005695273c22728f477fc6 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 5 Feb 2024 18:56:11 +0100 Subject: [PATCH] Version 2.0.0 --- CHANGELOG | 2 +- lib/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cfddda1..89710d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.0.2 +2.0.0 * NEW: Fix crash when using more than 512 bookmarks (@mgautierfr https://github.com/kiwix/java-libkiwix/issues/80) * NEW: libkiwix 13.0.0 and libzim 9.1.0 (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/68) * NEW: libkiwix and libzim with debug symbols (@mgautierfr https://github.com/kiwix/kiwix-build/pull/664) diff --git a/lib/build.gradle b/lib/build.gradle index 5804768..5e75333 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", "1.0.2") + set("VERSION", "2.0.0") } // Replace these versions with the latest available versions of libkiwix and libzim