From 917430a17f9c37ccb98f33b308bfd4ae6ea80e01 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Sat, 5 Nov 2022 19:02:55 +0100 Subject: [PATCH] 1.2.2 --- 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 cb174d5..d2d61a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.2.2 \ 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 3804954..829301b 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 3464f72..69f65d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vanilla-first-setup (1.2.1) jammy; urgency=low +vanilla-first-setup (1.2.2) jammy; urgency=low * Rewrite from scratch to support custom recipes and to be more modular. diff --git a/meson.build b/meson.build index 137c732..cc288d7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('io.github.vanilla-os.FirstSetup', - version: '1.2.1', + version: '1.2.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false',