Bump-up version to 2.2.1

This commit is contained in:
Emmanuel Engelhart 2024-06-22 17:22:52 +02:00 committed by Kelson
parent 4f530b3f09
commit 8f098924e9

View File

@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
ext { ext {
set("GROUP_ID", "org.kiwix") set("GROUP_ID", "org.kiwix")
set("ARTIFACT_ID", "libkiwix") set("ARTIFACT_ID", "libkiwix")
set("VERSION", "2.2.0") set("VERSION", "2.2.1")
} }
// Replace these versions with the latest available versions of libkiwix and libzim // Replace these versions with the latest available versions of libkiwix and libzim