Skip to content

Commit

Permalink
bump version to 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Aug 18, 2023
1 parent 4742da6 commit 4e43efb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/managers/CvoltonManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ FLAlertLayer* CvoltonManager::updateCompleteDialog(bool forced) {
versions.push_back(
"<cg>BetterInfo has updated!</c>\n"
"\n"
"<cy>Changelog:</c> <cg>(v2.4.8 - 2023-08-19)</c>\n"
"- Fixed a potential crash caused by filtered level search"
);

versions.push_back(
"<cy>Changelog:</c> <cg>(v2.4.7 - 2023-07-30)</c>\n"
"- Removed \"Name Contains\", \"No ID Search\" and \"No Forced Star\" due to server-side changes\n"
"- Removed \"GDW Most Liked\" due to server-side changes\n"
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.7\n";
inline static const char* version = "v2.4.8\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 4e43efb

Please sign in to comment.