Skip to content

Commit

Permalink
V2023.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jun 22, 2023
1 parent 047ea87 commit aa0f8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NickvisionMoney.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<ul><li>Added the ability to select a file to import existing data from in the new account setup dialog</li><li>Improved custom currency preferences design</li><li>Fixed an issue where the Help docs were not installed on an English system</li><li>Updated and added translations (Thanks to everyone on Weblate)!</li></ul>";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/Denaro");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Denaro/issues/new");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.6.1-next" date="2023-06-16">
<release version="2023.6.1" date="2023-06-22">
<description translatable="no">
<p>- Added the ability to select a file to import existing data from in the new account setup dialog</p>
<p>- Improved custom currency preferences design</p>
Expand Down

0 comments on commit aa0f8f5

Please sign in to comment.