From edb3b65c187a8a0d020df7d254c6ff86e2999076 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Tue, 6 Sep 2022 15:33:32 +0200 Subject: [PATCH] 0.0.4 --- VERSION | 2 +- debian/changelog | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 6812f81..05b19b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 \ No newline at end of file +0.0.4 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index c5aa219..8252baa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vanilla-first-setup (0.0.3) jammy; urgency=low +vanilla-first-setup (0.0.4) jammy; urgency=low * First release diff --git a/meson.build b/meson.build index 82fbd71..35c07ac 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('io.github.vanilla-os.FirstSetup', - version: '0.0.3', + version: '0.0.4', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false',