diff --git a/VERSION b/VERSION
index 1cc5f65..8cfbc90 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.0
\ No newline at end of file
+1.1.1
\ 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 ed503b6..fbfb79a 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 6832506..457c2a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-vanilla-first-setup (1.1.0) jammy; urgency=low
+vanilla-first-setup (1.1.1) jammy; urgency=low
* Rewrite from scratch to support custom recipes and
to be more modular.
diff --git a/meson.build b/meson.build
index 108cf90..8b3846a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('io.github.vanilla-os.FirstSetup',
- version: '1.1.0',
+ version: '1.1.1',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
'werror=false',