Skip to content

Commit

Permalink
Bump version to 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jan 16, 2023
1 parent a97cbbe commit 884c790
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/managers/CvoltonManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,13 @@ FLAlertLayer* CvoltonManager::updateCompleteDialog(bool forced) {
versions.push_back(
"<cg>BetterInfo has updated!</c>\n"
"\n"
"<cy>Changelog:</c> <cg>(v2.4.4 - 2023-01-16)</c>\n"
"- Added visible comment IDs (optional)\n"
"- Fixed a crash when viewing some level descriptions\n"
"- Bugfixes & improvements"
);

versions.push_back(
"<cy>Changelog:</c> <cg>(v2.4.3 - 2022-11-21)</c>\n"
"- Increased delay between requests to reduce/prevent rate-limit IP bans\n"
"- Bugfixes & improvements"
Expand Down
2 changes: 1 addition & 1 deletion src/managers/CvoltonManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CvoltonManager : public gd::GManager {


public:
inline static const char* version = "v2.4.3\n";
inline static const char* version = "v2.4.4\n";
inline static const char* modName = "BetterInfo";
inline static const char* modNameColored = "Better<cg>Info</c>";
std::string latestVer;
Expand Down

0 comments on commit 884c790

Please sign in to comment.