Release v2.4.2 (#4433)

* Update `CMakeLists.txt`

* Update `resources/com.chatterino.chatterino.appdata.xml`

* Update `src/common/Version.hpp`

* Update `CHANGELOG.md`

This includes changelog re-ordering changes that would normally be in a seperate PR, but this release will be an exception to that rule
This commit is contained in:
Felanbird
2023-03-06 03:13:25 -05:00
committed by GitHub
parent b9e87dcd2b
commit c8204ef7e4
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ list(APPEND CMAKE_MODULE_PATH
"${CMAKE_SOURCE_DIR}/cmake/sanitizers-cmake/cmake"
)
project(chatterino VERSION 2.4.1)
project(chatterino VERSION 2.4.2)
option(BUILD_APP "Build Chatterino" ON)
option(BUILD_TESTS "Build the tests for Chatterino" OFF)