Skip to content

Commit 0d0f67b

Browse files
authored
Merge pull request #113 from kiwix/release-2.2.2
Release 2.2.2
2 parents 15e2d09 + dfc473e commit 0d0f67b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.2.1
2+
* NEW: Use libzim 9.2.3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/113)
3+
14
2.2.1
25
* NEW: Use libzim 9.2.2 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/108)
36

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
1919
ext {
2020
set("GROUP_ID", "org.kiwix")
2121
set("ARTIFACT_ID", "libkiwix")
22-
set("VERSION", "2.2.1")
22+
set("VERSION", "2.2.2")
2323
}
2424

2525
// Replace these versions with the latest available versions of libkiwix and libzim
2626
ext.libkiwix_version = "13.1.0-4"
27-
ext.libzim_version = "9.2.2"
27+
ext.libzim_version = "9.2.3-1"
2828

2929
apply from: 'publish.gradle'
3030
android {

0 commit comments

Comments
 (0)