File tree 3 files changed +10
-2
lines changed
android-kiwix-lib-publisher/kiwixLibAndroid
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ libkiwix 10.1.1
2
+ ===============
3
+
4
+ * Correctly detect the number of article for older zims (<=6) (@mgautier #743)
5
+ * [server] Fix fulltext search (@mgautierfr #724)
6
+ * [server][internal] New way to build Error message (@veloman-yunkan #732 #738 #744)
7
+ * Fix CI (@mgautierfr #736)
8
+
1
9
libkiwix 10.1.0
2
10
===============
3
11
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ task writePom {
26
26
project {
27
27
groupId ' org.kiwix.kiwixlib'
28
28
artifactId ' kiwixlib'
29
- version ' 10.1.0 ' + (System . env. KIWIXLIB_BUILDVERSION == null ? ' ' : ' -' + System . env. KIWIXLIB_BUILDVERSION )
29
+ version ' 10.1.1 ' + (System . env. KIWIXLIB_BUILDVERSION == null ? ' ' : ' -' + System . env. KIWIXLIB_BUILDVERSION )
30
30
packaging ' aar'
31
31
name ' kiwixlib'
32
32
url ' https://github.com/kiwix/libkiwix'
Original file line number Diff line number Diff line change 1
1
project (' libkiwix' , ' cpp' ,
2
- version : ' 10.1.0 ' , # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
2
+ version : ' 10.1.1 ' , # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
3
3
license : ' GPLv3+' ,
4
4
default_options : [' c_std=c11' , ' cpp_std=c++11' , ' werror=true' ])
5
5
You can’t perform that action at this time.
0 commit comments