Skip to content

Commit 6909f79

Browse files
committed
version 1.0.5
1 parent a825ade commit 6909f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/com/rockbite/tools/talos/editor/UIStage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private void constructMenu () {
126126
@Override
127127
public void clicked (InputEvent event, float x, float y) {
128128
super.clicked(event, x, y);
129-
VisDialog dialog = Dialogs.showOKDialog(stage, "About Talos 1.0.4", " - ");
129+
VisDialog dialog = Dialogs.showOKDialog(stage, "About Talos 1.0.5", "Many new features. much wow.");
130130
}
131131
});
132132

0 commit comments

Comments
 (0)