From 02670fca54843031d247ae96530532e9c72b1362 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Sun, 11 Sep 2022 17:22:00 +0200 Subject: [PATCH] 0.1.3 --- VERSION | 2 +- debian/changelog | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 8294c18..7693c96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2 \ No newline at end of file +0.1.3 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index ab157fe..ed2830a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vanilla-first-setup (0.1.2) jammy; urgency=low +vanilla-first-setup (0.1.3) jammy; urgency=low * First release diff --git a/meson.build b/meson.build index 77d5402..2247539 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('io.github.vanilla-os.FirstSetup', - version: '0.1.2', + version: '0.1.3', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false',