We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9a640 commit 8c2ba4bCopy full SHA for 8c2ba4b
1 file changed
rel/menu_defn.cpp
@@ -95,7 +95,7 @@ static Widget about_widgets[] = {
95
{.type = WidgetType::Separator},
96
97
{.type = WidgetType::Header, .header = {"Updates"}},
98
- {.type = WidgetType::Text, .text = {" Current version: v0.3.0"}},
+ {.type = WidgetType::Text, .text = {" Current version: v0.4.0"}},
99
{.type = WidgetType::Text, .text = {" For the latest version of this mod:"}},
100
{.type = WidgetType::ColoredText, .colored_text = {
101
" github.com/ComplexPlane/ApeSphere/releases", draw::BLUE}
0 commit comments