Skip to content

Commit

Permalink
V2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 5, 2024
1 parent e262e1f commit 1f4f57c
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.0-next";
AppInfo.Version = "2024.1.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 @@ -47,7 +47,7 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2024.1.0-next" date="2024-01-01">
<release version="2024.1.0" date="2024-01-04">
<description translatable="no">
<p>- Fixed an issue where the generated ids of new transactions were incorrect</p>
<p>- Fixed an issue that caused sort to behave inconsistently</p>
Expand Down

0 comments on commit 1f4f57c

Please sign in to comment.