From 500e2c1e02aeb5fe95a84fde4a7b41a44ed9ed11 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Sat, 3 Nov 2018 12:35:12 +0100 Subject: [PATCH] update version of kiwix-lib and kiwix-desktop --- kiwixbuild/versions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 7202e83..8743c8b 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -1,12 +1,12 @@ # This file reference all the versions of the depedencies we use in kiwix-build. main_project_versions = { - 'kiwix-lib': '3.0.1', + 'kiwix-lib': '3.0.2', 'kiwix-tools': '0.7.0', 'libzim': '4.0.4', 'zim-tools': '1.0.0', 'zimwriterfs': '1.2', - 'kiwix-desktop': '2.0-alpha5' + 'kiwix-desktop': '2.0-alpha6' } # This dictionnary specify what we need to build at each release process.