File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed
Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ if(BUILD_BENCHMARKS)
4141endif ()
4242
4343project (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)
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments