Skip to content

Commit

Permalink
Update displayed version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
victords committed Feb 16, 2021
1 parent 3737b9e commit e9856b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.rb
Expand Up @@ -272,7 +272,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.2.2", 10, 579, 0, 1, 1, 0xff000000)
SB.font.draw_text("v1.2.3", 10, 579, 0, 1, 1, 0xff000000)
end
end
end

0 comments on commit e9856b6

Please sign in to comment.