Updated kiwix version to 3.10.1.

This commit is contained in:
MohitMaliFtechiz 2024-05-08 18:54:10 +05:30 committed by Kelson
parent 642b86ee5e
commit 94dcebe25a

View File

@ -31,5 +31,5 @@ object Config {
// Version Information
const val versionMajor = 3 // Major version component of the app's version name and version code.
const val versionMinor = 10 // Minor version component of the app's version name and version code.
const val versionPatch = 0 // Patch version component of the app's version name and version code.
const val versionPatch = 1 // Patch version component of the app's version name and version code.
}