diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf6f2fa205..2d9810aaf8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13)
# This can be read from ${PROJECT_NAME} after project() is called
project(
flameshot
- VERSION 0.8.4
+ VERSION 0.8.5
LANGUAGES CXX)
set(PROJECT_NAME_CAPITALIZED "Flameshot")
diff --git a/data/appdata/org.flameshot.Flameshot.metainfo.xml b/data/appdata/org.flameshot.Flameshot.metainfo.xml
index 7f7517bd0f..bcfdae7d98 100644
--- a/data/appdata/org.flameshot.Flameshot.metainfo.xml
+++ b/data/appdata/org.flameshot.Flameshot.metainfo.xml
@@ -5,6 +5,7 @@
GPL-3.0-or-later
Flameshot
+
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index bee8f48fb0..60948a3b75 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,5 +1,5 @@
-flameshot (0.8.4-1) unstable; urgency=medium
+flameshot (0.8.5-1) unstable; urgency=medium
* New stable release.
- -- Jeremy Borgman Mon, 30 Sep 2020 09:18:29 -0600
+ -- Jeremy Borgman Wed, 14 Oct 2020 18:24:29 -0600
diff --git a/packaging/rpm/flameshot.spec b/packaging/rpm/flameshot.spec
index 585ad1944e..e64afcdd5e 100644
--- a/packaging/rpm/flameshot.spec
+++ b/packaging/rpm/flameshot.spec
@@ -1,5 +1,5 @@
Name: flameshot
-Version: 0.8.4
+Version: 0.8.5
Release: 1%{?dist}
Summary: Powerful yet simple to use screenshot software
Summary(eu-ES): Potente pero simple de usar software de capturas
@@ -95,6 +95,8 @@ make %{?_smp_mflags}
%{_datadir}/icons/hicolor
%changelog
+* Sat Oct 14 2020 Jeremy Borgman - 0.8.5-1
+- Updated for flameshot 0.8.5
* Sat Oct 10 2020 Jeremy Borgman - 0.8.4-1
- Updated for flameshot 0.8.4
* Mon Sep 19 2020 Jeremy Borgman - 0.8.3-1
diff --git a/snapcraft.yaml b/snapcraft.yaml
index a737fc9b6d..3444f26c99 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -15,8 +15,6 @@ confinement: strict # use 'strict' once you have the right plugs and slots
#confinement: devmode # use 'strict' once you have the right plugs and slots
architectures:
- build-on: amd64
- - build-on: i386
-
apps:
flameshot: