Fix language health table not displaying correctly the text color (regression from the changes I made in breeze in current dev branch).

Pump plugins versions.
This commit is contained in:
Martín Lucas Golini
2026-02-28 00:28:24 -03:00
parent bc83764358
commit cfa4e548e9
7 changed files with 20 additions and 21 deletions

View File

@@ -37,7 +37,7 @@ static constexpr const char* GIT_STASH_TOOLTIP_CLASS = "git-stash-tooltip";
class GitPlugin : public PluginBase {
public:
static PluginDefinition Definition() {
return { "git", "Git", "Git integration", GitPlugin::New, { 0, 1, 4 }, GitPlugin::NewSync };
return { "git", "Git", "Git integration", GitPlugin::New, { 0, 1, 5 }, GitPlugin::NewSync };
}
static Plugin* New( PluginManager* pluginManager );