Update version number

This commit is contained in:
No Time To Play 2024-01-23 14:46:50 +00:00
parent d4b1e294d2
commit e1029071e4
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ struct MainWindow {
inline void show_about(Fl_Widget *w, void *data) {
fl_message_title("About ToyEd Native");
fl_message("A toy text editor\nv1.0 (22 Jan 2024)\nBoost License");
fl_message("A toy text editor\nv1.0.1 (23 Jan 2024)\nBoost License");
}
inline void show_credits(Fl_Widget *w, void *data) {