Skip to content

Commit

Permalink
Merge pull request #95 from kiwix/release_2.2.1
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
kelson42 authored May 3, 2024
2 parents 9510dd3 + e5d782b commit 40f17fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.1.1
* NEW: Use libzim 9.2.1 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/94)

2.1.0
* NEW: Allow zim::Archive to be created with a set of File descriptor (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/87)
* NEW: Wrap new methods migrateBookmarks and getBestTargetBookId of libkiwix (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/85)
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
ext {
set("GROUP_ID", "org.kiwix")
set("ARTIFACT_ID", "libkiwix")
set("VERSION", "2.1.0")
set("VERSION", "2.1.1")
}

// Replace these versions with the latest available versions of libkiwix and libzim
Expand Down

0 comments on commit 40f17fd

Please sign in to comment.