From 4bbf64b52c6723cd13ee7df106fc5966302640f2 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 5 Jul 2022 16:53:54 -0400 Subject: [PATCH] Release 2.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6decb96..2e89d495 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9) -project(maliit-keyboard VERSION 2.2.1.1) +project(maliit-keyboard VERSION 2.3.0) 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)