From 161d4077ef905ccd06dc2ad42f527f44eff0f43d Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Thu, 31 Mar 2022 11:20:04 -0400 Subject: [PATCH] Release 2.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1d1cefc..d7a29fc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9) -project(maliit-keyboard VERSION 2.1.0) +project(maliit-keyboard VERSION 2.2.1) option(enable-presage "Use presage to calculate word candidates (maliit-keyboard-plugin only)" ON) option(enable-hunspell "Use hunspell for error correction (maliit-keyboard-plugin only)" ON)