Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.4.2
* NEW: Use libkiwix 14.1.1-1 (@kelson42 #140)

2.4.1
* NEW: Use libkiwix 14.1.1 (@MohitMaliFtechiz , @kelson42 https://github.com/kiwix/java-libkiwix/pull/137)

Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
ext {
set("GROUP_ID", "org.kiwix")
set("ARTIFACT_ID", "libkiwix")
set("VERSION", "2.4.1")
set("VERSION", "2.4.2")
}

// Replace these versions with the latest available versions of libkiwix and libzim
ext.libkiwix_version = "14.1.1"
ext.libkiwix_version = "14.1.1-1"
ext.libzim_version = "9.4.0"

apply from: 'publish.gradle'
Expand Down