From e080d4351e2bbd2574a1a5a2a31e8192219a5f64 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Date: Wed, 30 Oct 2019 12:41:07 +0000 Subject: [PATCH] Release 1.2.2 "Dark matter" Major changes: - wide layout mode --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0320b07c..2fb43a79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +squeekboard (1.2.2) amber-phone; urgency=medium + + * Landscape mode + + -- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Wed, 30 Oct 2019 12:38:39 +0000 + squeekboard (1.2.1) amber-phone; urgency=medium * Use different distribution diff --git a/meson.build b/meson.build index 11c26d63..cbaf02e0 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.2.1', + version: '1.2.2', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [ -- GitLab