Skip to content

Commit

Permalink
Merge pull request #76 from kiwix/Issue#75
Browse files Browse the repository at this point in the history
Release `1.0.1`
  • Loading branch information
kelson42 authored Nov 10, 2023
2 parents f1bcd87 + b374eb4 commit 8f2470d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.1
* FIX: Resolved an issue where the library was not saving all books that are read from the library. (https://github.com/kiwix/java-libkiwix/pull/72)
* FIX: Fixed a problem where books were not returning the illustration. (https://github.com/kiwix/java-libkiwix/pull/74)


1.0.0
* NEW: Moved wrapper from libkiwix to java-libkiwix.
* NEW: Adapted new build system.
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", "1.0.0")
set("VERSION", "1.0.1")
}

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

0 comments on commit 8f2470d

Please sign in to comment.