From b86c733760bcf2c20cb6e9a678a5442c06473ef0 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Mon, 5 Sep 2022 21:32:59 +0200 Subject: [PATCH] 0.0.2 --- VERSION | 2 +- debian/changelog | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 8a9ecc2..7bcd0e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.0.2 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index de8c917..8689a67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ubuntu-smoother (0.0.1) jammy; urgency=low +ubuntu-smoother (0.0.2) jammy; urgency=low * First release diff --git a/meson.build b/meson.build index 1a285f0..191d9cd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pm.mirko.UbuntuSmoother', - version: '0.0.1', + version: '0.0.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false',