From aee981d9c056c580e9d4163e1f6b894fb30e5944 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Date: Tue, 8 Oct 2019 10:59:00 +0000 Subject: [PATCH] debian: Bump distribution --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3522ba02..0320b07c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +squeekboard (1.2.1) amber-phone; urgency=medium + + * Use different distribution + + -- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Tue, 08 Oct 2019 10:56:10 +0000 + squeekboard (1.2.0) unstable; urgency=medium * Use Cargo-based dependencies diff --git a/meson.build b/meson.build index 829de227..f6639117 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.2.0', + version: '1.2.1', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [ -- GitLab