Skip to content

Commit

Permalink
Update version number in the UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
victords committed Dec 3, 2021
1 parent 6aedec0 commit 5a11052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.rb
Expand Up @@ -345,7 +345,7 @@ def draw
@clouds.each(&:draw)
@title.draw @form.cur_section_index == 1 ? 20 : 50, 20, 0, @form.cur_section_index == 1 ? 1 : 2, @form.cur_section_index == 1 ? 1 : 2
@form.draw
SB.font.draw_text("v1.4.0", 10, 579, 0, 1, 1, 0xff000000)
SB.font.draw_text("v1.4.1", 10, 579, 0, 1, 1, 0xff000000)
end
end
end

0 comments on commit 5a11052

Please sign in to comment.