diff --git a/NickvisionMoney.GNOME/Program.cs b/NickvisionMoney.GNOME/Program.cs
index 8043d8d28..aa0e952d8 100644
--- a/NickvisionMoney.GNOME/Program.cs
+++ b/NickvisionMoney.GNOME/Program.cs
@@ -64,7 +64,7 @@ public Program()
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
_mainWindowController.AppInfo.ShortName = _mainWindowController.Localizer["ShortName"];
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
- _mainWindowController.AppInfo.Version = "2023.5.0-rc1";
+ _mainWindowController.AppInfo.Version = "2023.5.0";
_mainWindowController.AppInfo.Changelog = "
- Fixed an issue where Denaro would crash on systems with unconfigured locales
- Fixed an issue where PDF exporting failed for accounts with many receipts
- Fixed an issue where a group's filter was reactivated when a transaction was added to that group
- Error messages will be shown if Denaro attempts to access inaccessible files instead of crashing
- Updated and added translations (Thanks to everyone on Weblate)!
";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/Denaro");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Denaro/issues/new");
diff --git a/NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in b/NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in
index 26d4edbcd..0c20812ab 100644
--- a/NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in
+++ b/NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in
@@ -47,7 +47,7 @@
application/x-nmoney
-
+
- Fixed an issue where Denaro would crash on systems with unconfigured locales
- Fixed an issue where PDF exporting failed for accounts with many receipts
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 417a55c09..182377f20 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: denaro # you probably want to 'snapcraft register '
base: core22 # the base snap is the execution environment for this snap
-version: '2023.4.1' # just for humans, typically '1.2+git' or '1.3.2'
+version: '2023.5.0' # just for humans, typically '1.2+git' or '1.3.2'
adopt-info: denaro
summary: Manage your personal finances
description: |