Skip to content

Commit

Permalink
V2024.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Feb 2, 2024
1 parent cfd4765 commit 39045de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NickvisionMoney.Shared/Controllers/MainWindowController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public MainWindowController(string[] args)
catch (IOException) { }
Directory.Delete($"{UserDirectories.Config}{Path.DirectorySeparatorChar}Nickvision{Path.DirectorySeparatorChar}{AppInfo.Name}", true);
}
AppInfo.Version = "2024.1.1-next";
AppInfo.Version = "2024.2.0";
AppInfo.ShortName = _("Denaro");
AppInfo.Description = _("Manage your personal finances");
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Denaro");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2024.1.1-next" date="2024-01-04">
<release version="2024.2.0" date="2024-02-02">
<description translatable="no">
<p>- Improved importing of QIF files</p>
<p>- Fixed a bug where the app would crash when filtering transactions for certain dates</p>
Expand Down

0 comments on commit 39045de

Please sign in to comment.