From 0f5c5ef10f3b3d06937a2921c76fded3692b25bb Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Date: Tue, 24 Sep 2019 10:44:29 +0000 Subject: [PATCH] Bump version number --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1640bfaa..3522ba02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +squeekboard (1.2.0) unstable; urgency=medium + + * Use Cargo-based dependencies + + -- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Tue, 24 Sep 2019 10:42:15 +0000 + squeekboard (1.1.0) unstable; urgency=medium * Use new keyboard layout format diff --git a/meson.build b/meson.build index f252db49..829de227 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.1.0', + version: '1.2.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [ -- GitLab