mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-13 17:18:23 -04:00
commit
8f2470d85d
@ -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
|
1.0.0
|
||||||
* NEW: Moved wrapper from libkiwix to java-libkiwix.
|
* NEW: Moved wrapper from libkiwix to java-libkiwix.
|
||||||
* NEW: Adapted new build system.
|
* NEW: Adapted new build system.
|
||||||
|
@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
|
|||||||
ext {
|
ext {
|
||||||
set("GROUP_ID", "org.kiwix")
|
set("GROUP_ID", "org.kiwix")
|
||||||
set("ARTIFACT_ID", "libkiwix")
|
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
|
// Replace these versions with the latest available versions of libkiwix and libzim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user