diff --git a/NickvisionMoney.GNOME/Program.cs b/NickvisionMoney.GNOME/Program.cs index e9a6e783b..ea5aede5d 100644 --- a/NickvisionMoney.GNOME/Program.cs +++ b/NickvisionMoney.GNOME/Program.cs @@ -56,7 +56,7 @@ public Program() _mainWindowController.AppInfo.Name = "Nickvision Denaro"; _mainWindowController.AppInfo.ShortName = "Denaro"; _mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}."; - _mainWindowController.AppInfo.Version = "2023.3.0-beta2"; + _mainWindowController.AppInfo.Version = "2023.4.0-beta1"; _mainWindowController.AppInfo.Changelog = "
- Added the ability to customize the decimal and group separators used per account
- Added the ability to password protect a PDF file
diff --git a/NickvisionMoney.WinUI/App.xaml.cs b/NickvisionMoney.WinUI/App.xaml.cs index bcaa9fd87..d25468c6d 100644 --- a/NickvisionMoney.WinUI/App.xaml.cs +++ b/NickvisionMoney.WinUI/App.xaml.cs @@ -27,7 +27,7 @@ public App() _mainWindowController.AppInfo.Name = "Nickvision Denaro"; _mainWindowController.AppInfo.ShortName = "Denaro"; _mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}."; - _mainWindowController.AppInfo.Version = "2023.3.0-beta2"; + _mainWindowController.AppInfo.Version = "2023.4.0-beta1"; _mainWindowController.AppInfo.Changelog = "- Added the ability to customize the decimal and group separators used per account\n- Added the ability to password protect a PDF file\n- Added a preference option to automatically backup account files to a specific folder\n- Fixed an issue where OFX files with security could not be imported\n- Fixed an issue where QIF files could not be imported on non-English systems\n- Updated and added translations (Thanks to everyone on Weblate)!"; _mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/nlogozzo/NickvisionMoney"); _mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/nlogozzo/NickvisionMoney/issues/new"); diff --git a/NickvisionMoney.WinUI/Package.appxmanifest b/NickvisionMoney.WinUI/Package.appxmanifest index c176f96fb..b3e01aa5d 100644 --- a/NickvisionMoney.WinUI/Package.appxmanifest +++ b/NickvisionMoney.WinUI/Package.appxmanifest @@ -10,7 +10,7 @@