From faee5a2ec7e07b2d43002d1d92aa22dcc2b390cd Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Mon, 12 Sep 2022 12:41:58 +0200 Subject: [PATCH] 0.1.8 --- VERSION | 2 +- debian/changelog | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index a1e1395..84aa3a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.7 \ No newline at end of file +0.1.8 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index a7d373e..95c9af8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vanilla-first-setup (0.1.7) jammy; urgency=low +vanilla-first-setup (0.1.8) jammy; urgency=low * First release diff --git a/meson.build b/meson.build index d53b141..6467668 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('io.github.vanilla-os.FirstSetup', - version: '0.1.7', + version: '0.1.8', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false',