From 4a39b00f6a888b09319b1879027ef601f55dd211 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Mon, 12 Sep 2022 10:26:15 +0200 Subject: [PATCH] 0.1.6 --- VERSION | 2 +- debian/changelog | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index def9a01..a192233 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.5 \ No newline at end of file +0.1.6 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index ddae8a7..efffcfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vanilla-first-setup (0.1.5) jammy; urgency=low +vanilla-first-setup (0.1.6) jammy; urgency=low * First release diff --git a/meson.build b/meson.build index a57a80f..412dd5b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('io.github.vanilla-os.FirstSetup', - version: '0.1.5', + version: '0.1.6', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false',