Skip to content

Commit 2779d4d

Browse files
committed
feat: Version bump
1 parent d1922d3 commit 2779d4d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (POLICY CMP0141)
1515
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "$<IF:$<AND:$<C_COMPILER_ID:MSVC>,$<CXX_COMPILER_ID:MSVC>>,$<$<CONFIG:Debug,RelWithDebInfo>:EditAndContinue>,$<$<CONFIG:Debug,RelWithDebInfo>:ProgramDatabase>>")
1616
endif()
1717

18-
project("org.nickvision.spotlight" LANGUAGES C CXX VERSION 2025.2.0 DESCRIPTION "Find your favorite Windows spotlight images.")
18+
project("org.nickvision.spotlight" LANGUAGES C CXX VERSION 2025.4.0 DESCRIPTION "Find your favorite Windows spotlight images.")
1919
set(SHORT_NAME "spotlight")
2020
include(GNUInstallDirs)
2121

@@ -36,4 +36,4 @@ endif()
3636
add_subdirectory("lib${SHORT_NAME}")
3737
if(WIN32)
3838
add_subdirectory("${PROJECT_NAME}.qt")
39-
endif()
39+
endif()

inno/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "Nickvision Spotlight"
55
#define MyAppShortName "Spotlight"
6-
#define MyAppVersion "2024.8.0"
6+
#define MyAppVersion "2025.4.0"
77
#define MyAppPublisher "Nickvision"
88
#define MyAppURL "https://nickvision.org"
99
#define MyAppExeName "org.nickvision.spotlight.qt.exe"

libspotlight/src/controllers/mainwindowcontroller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Nickvision::Spotlight::Shared::Controllers
3232
m_dataFileManager{ m_appInfo.getName() },
3333
m_spotlightManager{ m_appInfo.getName() }
3434
{
35-
m_appInfo.setVersion({ "2025.4.0-next" });
35+
m_appInfo.setVersion({ "2025.4.0" });
3636
m_appInfo.setShortName(_("Spotlight"));
3737
m_appInfo.setDescription(_("Find your favorite Windows spotlight images"));
3838
m_appInfo.setChangelog("- Added the ability to clear the spotlight cache and resync images\n- Fixed an issue where the application could not update itself\n- Improved the design of the application");

org.nickvision.spotlight.qt/include/controls/spotlightimage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace Nickvision::Spotlight::Qt::Controls
1010
{
1111
/**
12-
* @brief A control for displaying a Spotlight iamge.
12+
* @brief A control for displaying a Spotlight image.
1313
*/
1414
class SpotlightImage : public QLabel
1515
{

resources/po/spotlight.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-04-14 18:39-0400\n"
11+
"POT-Creation-Date: 2025-04-14 18:46-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)