Skip to content

Commit

Permalink
Release v2.5.1 (#5364)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Apr 28, 2024
1 parent 58a930d commit eafcb94
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .CI/chatterino-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Chatterino"
#define MyAppVersion "2.5.0"
#define MyAppVersion "2.5.1"
#define MyAppPublisher "Chatterino Team"
#define MyAppURL "https://www.chatterino.com"
#define MyAppExeName "chatterino.exe"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unversioned

## 2.5.1

- Bugfix: Fixed links without a protocol not being clickable. (#5345)

## 2.5.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(BUILD_BENCHMARKS)
endif()

project(chatterino
VERSION 2.5.0
VERSION 2.5.1
DESCRIPTION "Chat client for twitch.tv"
HOMEPAGE_URL "https://chatterino.com/"
)
Expand Down
3 changes: 3 additions & 0 deletions resources/com.chatterino.chatterino.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<binary>chatterino</binary>
</provides>
<releases>
<release version="2.5.1" date="2024-04-28">
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.1</url>
</release>
<release version="2.5.0" date="2024-04-21">
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.0</url>
</release>
Expand Down
2 changes: 1 addition & 1 deletion src/common/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* - 2.4.0-alpha.2
* - 2.4.0-alpha
**/
#define CHATTERINO_VERSION "2.5.0"
#define CHATTERINO_VERSION "2.5.1"

#if defined(Q_OS_WIN)
# define CHATTERINO_OS "win"
Expand Down

0 comments on commit eafcb94

Please sign in to comment.