Skip to content

Commit

Permalink
V2024.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jun 6, 2024
1 parent 82afd9b commit 8c46d0a
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.1"
#define MyAppVersion "2024.6.2"
#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
Aura::getActive().init("org.nickvision.spotlight", "Nickvision Spotlight", "Spotlight", Logging::LogLevel::Info);
#endif
AppInfo& appInfo{ Aura::getActive().getAppInfo() };
appInfo.setVersion({ "2024.6.2-next" });
appInfo.setVersion({ "2024.6.2" });
appInfo.setShortName(_("Spotlight"));
appInfo.setDescription(_("Find your favorite Windows spotlight images"));
appInfo.setSourceRepo("https://github.com/NickvisionApps/Spotlight");
Expand Down

0 comments on commit 8c46d0a

Please sign in to comment.