diff --git a/CMakeLists.txt b/CMakeLists.txt
index 81f8541d9e..25fe388a47 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 13.0.1)
+set(FLAMESHOT_VERSION 13.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 aa448b83cf..f44f07d333 100644
--- a/data/appdata/org.flameshot.Flameshot.metainfo.xml
+++ b/data/appdata/org.flameshot.Flameshot.metainfo.xml
@@ -19,8 +19,6 @@ SPDX-License-Identifier: CC0-1.0
- pointing
- keyboard
touch
@@ -36,7 +34,7 @@ SPDX-License-Identifier: CC0-1.0
Powerful and simple to use screenshot software with built-in
editor with advanced features.
- Features:
+ Features:
- Customizable appearance
- Very easy to use
@@ -50,23 +48,23 @@ SPDX-License-Identifier: CC0-1.0
- https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/large_demo.png
+ https://raw.githubusercontent.com/flameshot-org/flameshot/master/docs/images/large_demo.png
Flameshot Usage
- https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/small_demo.png
+ https://raw.githubusercontent.com/flameshot-org/flameshot/master/docs/images/small_demo.png
Demo of Pixelation, Arrow, Box, And Counter Bubble
- https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/launcher.png
+ https://raw.githubusercontent.com/flameshot-org/flameshot/master/docs/images/launcher.png
The Launcher Window
- https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/config_interface.png
+ https://raw.githubusercontent.com/flameshot-org/flameshot/master/docs/images/config_interface.png
Configuration Window - Interface tab
- https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/config_shortcuts.png
+ https://raw.githubusercontent.com/flameshot-org/flameshot/master/docs/images/config_shortcuts.png
Configuration Window - Shortcuts tab
@@ -93,6 +91,7 @@ SPDX-License-Identifier: CC0-1.0
+
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 13a36bbd8d..656163d0d8 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,5 +1,5 @@
-flameshot (13.0.1-1) unstable; urgency=medium
+flameshot (13.1.0-1) unstable; urgency=medium
- * Release for v13
+ * Release for v13.1.0
- -- Jeremy Borgman Sun, 03 Aug 2025 18:24:29 -0600
+ -- Jeremy Borgman Fri, 15 Aug 2025 18:24:29 -0600
diff --git a/packaging/rpm/fedora/flameshot.spec b/packaging/rpm/fedora/flameshot.spec
index 1e3c09cf67..fbe06cda7e 100644
--- a/packaging/rpm/fedora/flameshot.spec
+++ b/packaging/rpm/fedora/flameshot.spec
@@ -97,6 +97,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_mandir}/man1/%{name}.1*
%changelog
+* Sun Aug 13 2025 Jeremy Borgman - 13.1.0
+- Update for v13.1.0 release
+
* Sun Aug 06 2025 Jeremy Borgman - 13.0.1
- Update for v13.0.1 release
diff --git a/packaging/rpm/opensuse/flameshot.spec b/packaging/rpm/opensuse/flameshot.spec
index bbc7c7df72..cd8e3b7750 100644
--- a/packaging/rpm/opensuse/flameshot.spec
+++ b/packaging/rpm/opensuse/flameshot.spec
@@ -95,6 +95,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_mandir}/man1/%{name}.1*
%changelog
+* Sun Aug 15 2025 Jeremy Borgman - 13.1.0
+- Update for v13.1.0 release
+
* Sun Aug 06 2025 Jeremy Borgman - 13.0.1
- Update for v13.0.1 release