Skip to content

Commit

Permalink
V2024.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jun 14, 2024
1 parent 222aa7f commit 050cc52
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.2"
#define MyAppVersion "2024.6.3"
#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 @@ -28,7 +28,7 @@ namespace Nickvision::Spotlight::Shared::Controllers
Logging::LogLevel logLevel{ std::find(m_args.begin(), m_args.end(), "--debug") != m_args.end() ? Logging::LogLevel::Debug : Logging::LogLevel::Info };
Aura::getActive().init("org.nickvision.spotlight", "Nickvision Spotlight", "Spotlight", logLevel);
AppInfo& appInfo{ Aura::getActive().getAppInfo() };
appInfo.setVersion({ "2024.6.3-next" });
appInfo.setVersion({ "2024.6.3" });
appInfo.setShortName(_("Spotlight"));
appInfo.setDescription(_("Find your favorite Windows spotlight images"));
appInfo.setSourceRepo("https://github.com/NickvisionApps/Spotlight");
Expand Down

0 comments on commit 050cc52

Please sign in to comment.