Skip to content

Commit

Permalink
update gui version
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshiest committed Aug 21, 2021
1 parent 24f7384 commit f722b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl epi::App for HeightmapApp {
// header
ui.horizontal(|ui|{
ui.heading("heightmap2brs");
ui.label("v0.4.0");
ui.label("v0.4.1");
});
ui.hyperlink("https://github.com/brickadia-community/heightmap2brs");
ui.label("Converts heightmap png files to Brickadia save files, also works as img2brick");
Expand Down

0 comments on commit f722b82

Please sign in to comment.