From dbe026d7cd9339974f0bf6b98ff38e7a027ae2e5 Mon Sep 17 00:00:00 2001 From: MohitMali Date: Fri, 10 Nov 2023 13:55:20 +0530 Subject: [PATCH] Updated library version to `1.0.1`. --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 7c5800f..4944ca3 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.0") + set("VERSION", "1.0.1") } // Replace these versions with the latest available versions of libkiwix and libzim