Skip to content

Commit

Permalink
V2023.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed May 6, 2023
1 parent 654c983 commit 4e13719
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NickvisionSpotlight.WinUI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public App()
_mainWindowController.AppInfo.Name = "Nickvision Spotlight";
_mainWindowController.AppInfo.ShortName = _mainWindowController.Localizer["ShortName"];
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
_mainWindowController.AppInfo.Version = "2023.5.1-next";
_mainWindowController.AppInfo.Version = "2023.5.1";
_mainWindowController.AppInfo.Changelog = "- Reorganized images into a grid view for easier and cleaner design";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/Spotlight");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Spotlight/issues/new");
Expand Down
Binary file modified NickvisionSpotlight.WinUI/Screenshots/Dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified NickvisionSpotlight.WinUI/Screenshots/Light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e13719

Please sign in to comment.