Skip to content

Commit

Permalink
V2024.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jul 3, 2024
1 parent 8d3885e commit dd3bf37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inno/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "Nickvision Spotlight"
#define MyAppShortName "Spotlight"
#define MyAppVersion "2024.6.3"
#define MyAppVersion "2024.6.4"
#define MyAppPublisher "Nickvision"
#define MyAppURL "https://nickvision.org"
#define MyAppExeName "org.nickvision.spotlight.winui.exe"
Expand Down
2 changes: 1 addition & 1 deletion libspotlight/src/controllers/mainwindowcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Nickvision::Spotlight::Shared::Controllers
m_logger{ UserDirectories::get(UserDirectory::ApplicationLocalData, m_appInfo.getName()) / "log.txt", std::find(m_args.begin(), m_args.end(), "--debug") != m_args.end() ? Logging::LogLevel::Debug : Logging::LogLevel::Info, false },
m_spotlightManager{ m_appInfo.getName(), m_logger }
{
m_appInfo.setVersion({ "2024.6.4-next" });
m_appInfo.setVersion({ "2024.6.4" });
m_appInfo.setShortName(_("Spotlight"));
m_appInfo.setDescription(_("Find your favorite Windows spotlight images"));
m_appInfo.setChangelog("- Updated dependencies");
Expand Down

0 comments on commit dd3bf37

Please sign in to comment.