diff --git a/NickvisionMoney.GNOME/Program.cs b/NickvisionMoney.GNOME/Program.cs
index 441fe1fa9..462989ca4 100644
--- a/NickvisionMoney.GNOME/Program.cs
+++ b/NickvisionMoney.GNOME/Program.cs
@@ -65,7 +65,7 @@ public Program()
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
_mainWindowController.AppInfo.ShortName = _("Denaro");
_mainWindowController.AppInfo.Description = $"{_("Manage your personal finances")}.";
- _mainWindowController.AppInfo.Version = "2023.6.1-next";
+ _mainWindowController.AppInfo.Version = "2023.6.1";
_mainWindowController.AppInfo.Changelog = "
- Added the ability to select a file to import existing data from in the new account setup dialog
- Improved custom currency preferences design
- Fixed an issue where the Help docs were not installed on an English system
- 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 0925ea605..f2322822d 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
-
+
- Added the ability to select a file to import existing data from in the new account setup dialog
- Improved custom currency preferences design