From 4102ce2963e6b9bbf6754a5141323c12d0f759f0 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 24 Oct 2024 22:47:00 +0530 Subject: [PATCH] chore: bump version Signed-off-by: K.B.Dharun Krishna --- debian/changelog | 9 ++++++++- meson.build | 4 +--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 13a89d2..ea12bc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12 @@ +vanilla-sideload-utility (1.0.1) unstable; urgency=medium + + * New translation updates + * Fixed install prefix + + -- Dharun Krishna Thu, 24 Oct 2024 21:06:00 +0000 + vanilla-sideload-utility (1.0.0) unstable; urgency=medium * First release - -- Mirko Brombin Sat, 17 Sep 2023 21:06:00 +0000 + -- Mirko Brombin Sat, 27 Jul 2024 21:06:00 +0000 diff --git a/meson.build b/meson.build index a12c834..f5aefec 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('vanilla-sideload', - version: '1.0.0', + version: '1.0.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) @@ -7,8 +7,6 @@ project('vanilla-sideload', i18n = import('i18n') gnome = import('gnome') - - subdir('data') subdir('vanilla_sideload') subdir('po')