We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ad972 commit 46d8920Copy full SHA for 46d8920
1 file changed
rel/menu_defn.cpp
@@ -84,7 +84,7 @@ static Widget about_widgets[] = {
84
{.type = WidgetType::Separator},
85
86
{.type = WidgetType::Header, .header = {"Updates"}},
87
- {.type = WidgetType::Text, .text = {" Current version: v0.4.0"}},
+ {.type = WidgetType::Text, .text = {" Current version: v0.5.0"}},
88
{.type = WidgetType::Text, .text = {" For the latest version of this mod:"}},
89
{.type = WidgetType::ColoredText,
90
.colored_text = {" github.com/ComplexPlane/ApeSphere/releases", draw::BLUE}},
0 commit comments