Skip to content

Commit eafcb94

Browse files
authored
Release v2.5.1 (#5364)
1 parent 58a930d commit eafcb94

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.0"
5+
#define MyAppVersion "2.5.1"
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.1
6+
57
- Bugfix: Fixed links without a protocol not being clickable. (#5345)
68

79
## 2.5.0

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.0
44+
VERSION 2.5.1
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.1" date="2024-04-28">
38+
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.1</url>
39+
</release>
3740
<release version="2.5.0" date="2024-04-21">
3841
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.0</url>
3942
</release>

src/common/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* - 2.4.0-alpha.2
2525
* - 2.4.0-alpha
2626
**/
27-
#define CHATTERINO_VERSION "2.5.0"
27+
#define CHATTERINO_VERSION "2.5.1"
2828

2929
#if defined(Q_OS_WIN)
3030
# define CHATTERINO_OS "win"

0 commit comments

Comments
 (0)