diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5db304536b..c7433aaf55 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
# cmake_policy(SET CMP0076 OLD)
-set(FLAMESHOT_VERSION 12.0.0)
+set(FLAMESHOT_VERSION 12.1.0)
# Flameshot-org
set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest")
diff --git a/data/appdata/org.flameshot.Flameshot.metainfo.xml b/data/appdata/org.flameshot.Flameshot.metainfo.xml
index e1398cf7f6..a4242951c2 100644
--- a/data/appdata/org.flameshot.Flameshot.metainfo.xml
+++ b/data/appdata/org.flameshot.Flameshot.metainfo.xml
@@ -9,6 +9,7 @@ SPDX-License-Identifier: CC0-1.0
GPL-3.0-or-later
Flameshot
+
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 4240c6ab5d..4b85a6ad79 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,5 +1,5 @@
-flameshot (12.0.0-1) unstable; urgency=medium
+flameshot (12.1.0-1) unstable; urgency=medium
* New stable release.
- -- Jeremy Borgman Wed, 21 Jun 2022 18:24:29 -0600
+ -- Jeremy Borgman Sun, 7 Jul 2022 18:24:29 -0600
diff --git a/packaging/rpm/flameshot.spec b/packaging/rpm/flameshot.spec
index 436bea5651..bff4f6d184 100644
--- a/packaging/rpm/flameshot.spec
+++ b/packaging/rpm/flameshot.spec
@@ -8,7 +8,7 @@
%define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150200)
Name: flameshot
-Version: 12.0.0
+Version: 12.1.0
%if %{is_rhel_or_fedora}
Release: 1%{?dist}
%endif