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',