Bump-up version to 2.1.0

This commit is contained in:
Emmanuel Engelhart 2024-04-22 19:24:11 +02:00
parent 6109a7a962
commit d66a545c5d
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

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.0.0") set("VERSION", "2.1.0")
} }
// Replace these versions with the latest available versions of libkiwix and libzim // Replace these versions with the latest available versions of libkiwix and libzim