Merge pull request #4191 from kiwix/update_kiwix_version_to_3.14.0

Upgraded the kiwix version to `3.14.0`.
This commit is contained in:
Kelson 2025-01-28 09:01:28 +01:00 committed by GitHub
commit 0000cdd7d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,6 @@ object Config {
// Version Information // Version Information
const val versionMajor = 3 // Major version component of the app's version name and version code. const val versionMajor = 3 // Major version component of the app's version name and version code.
const val versionMinor = 13 // Minor version component of the app's version name and version code. const val versionMinor = 14 // 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 = 0 // Patch version component of the app's version name and version code.
} }