Skip to content

Commit 40f17fd

Browse files
authored
Merge pull request #95 from kiwix/release_2.2.1
Release 2.2.1
2 parents 9510dd3 + e5d782b commit 40f17fd

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.1.1
2+
* NEW: Use libzim 9.2.1 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/94)
3+
14
2.1.0
25
* NEW: Allow zim::Archive to be created with a set of File descriptor (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/87)
36
* NEW: Wrap new methods migrateBookmarks and getBestTargetBookId of libkiwix (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/85)

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
1919
ext {
2020
set("GROUP_ID", "org.kiwix")
2121
set("ARTIFACT_ID", "libkiwix")
22-
set("VERSION", "2.1.0")
22+
set("VERSION", "2.1.1")
2323
}
2424

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

0 commit comments

Comments
 (0)