From 1ee3289b2ea363c83a11a39726dba7336079c470 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Sun, 9 Oct 2022 22:00:28 +0200 Subject: [PATCH] 1.2.0 --- 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 314c3d7..867e524 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.5 \ No newline at end of file +1.2.0 \ 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 2ee0daa..16ec52d 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 0d52561..cf4c641 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vanilla-first-setup (1.1.5) jammy; urgency=low +vanilla-first-setup (1.2.0) jammy; urgency=low * Rewrite from scratch to support custom recipes and to be more modular. diff --git a/meson.build b/meson.build index 16d3a71..ec500e6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('io.github.vanilla-os.FirstSetup', - version: '1.1.5', + version: '1.2.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false',