Skip to content

Commit 13d871f

Browse files
authored
Release v2.5.2-beta.1 (#5761)
1 parent e326876 commit 13d871f

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.CI/chatterino-installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Chatterino"
5-
#define MyAppVersion "2.5.1"
5+
#define MyAppVersion "2.5.2"
66
#define MyAppPublisher "Chatterino Team"
77
#define MyAppURL "https://www.chatterino.com"
88
#define MyAppExeName "chatterino.exe"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unversioned
44

5+
## 2.5.2-beta.1
6+
57
- Major: Add option to show pronouns in user card. (#5442, #5583)
68
- Major: Release plugins alpha. (#5288)
79
- Major: Improve high-DPI support on Windows. (#4868, #5391, #5664, #5666)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if(BUILD_BENCHMARKS)
4141
endif()
4242

4343
project(chatterino
44-
VERSION 2.5.1
44+
VERSION 2.5.2
4545
DESCRIPTION "Chat client for twitch.tv"
4646
HOMEPAGE_URL "https://chatterino.com/"
4747
)

resources/com.chatterino.chatterino.appdata.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<binary>chatterino</binary>
3535
</provides>
3636
<releases>
37+
<release version="2.5.2~beta1" date="2024-12-08">
38+
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.2-beta.1</url>
39+
</release>
3740
<release version="2.5.1" date="2024-04-28">
3841
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.1</url>
3942
</release>

src/common/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace chatterino {
2525
* - 2.4.0-alpha.2
2626
* - 2.4.0-alpha
2727
**/
28-
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.1");
28+
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.2-beta.1");
2929

3030
class Version
3131
{

0 commit comments

Comments
 (0)