From d66a545c5dae96c86e70b5b557e4c40283b17279 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 22 Apr 2024 19:24:11 +0200 Subject: [PATCH] Bump-up version to 2.1.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 93b6029..54ca99b 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.0.0") + set("VERSION", "2.1.0") } // Replace these versions with the latest available versions of libkiwix and libzim