From b87d5cb950048cc2ef6b8ffc404575abf3c53c0f Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Sat, 24 Sep 2022 19:36:12 +0200 Subject: [PATCH] 1.0.3 --- VERSION | 2 +- data/io.github.vanilla-os.FirstSetup.appdata.xml.in | 2 +- debian/changelog | 2 +- meson.build | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index e6d5cb8..e4c0d46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file diff --git a/data/io.github.vanilla-os.FirstSetup.appdata.xml.in b/data/io.github.vanilla-os.FirstSetup.appdata.xml.in index 8dcb2c4..f29a956 100644 --- a/data/io.github.vanilla-os.FirstSetup.appdata.xml.in +++ b/data/io.github.vanilla-os.FirstSetup.appdata.xml.in @@ -21,7 +21,7 @@ 768 - +

First release

diff --git a/debian/changelog b/debian/changelog index 18194ec..b1a3546 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vanilla-first-setup (1.0.2) jammy; urgency=low +vanilla-first-setup (1.0.3) jammy; urgency=low * Rewrite from scratch to support custom recipes and to be more modular. diff --git a/meson.build b/meson.build index 3a02b0f..049e651 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('io.github.vanilla-os.FirstSetup', - version: '1.0.2', + version: '1.0.3', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false',