Skip to content

Commit

Permalink
version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
azakhary committed Oct 24, 2019
1 parent a825ade commit 6909f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/com/rockbite/tools/talos/editor/UIStage.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private void constructMenu () {
@Override
public void clicked (InputEvent event, float x, float y) {
super.clicked(event, x, y);
VisDialog dialog = Dialogs.showOKDialog(stage, "About Talos 1.0.4", " - ");
VisDialog dialog = Dialogs.showOKDialog(stage, "About Talos 1.0.5", "Many new features. much wow.");
}
});

Expand Down

0 comments on commit 6909f79

Please sign in to comment.