Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
reduf committed Jan 19, 2023
1 parent 42493ec commit f518e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "search"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
homepage = "https://github.com/reduf/search"
repository = "https://github.com/reduf/search"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ fn draw_menu(
}

if let Some(menu) = ui.begin_menu("Help") {
ui.text("Version: 0.2.0\nHomepage: https://github.com/reduf/search");
ui.text("Version: 0.3.0\nHomepage: https://github.com/reduf/search");
ui.separator();
if ui.menu_item_config("Hotkeys").shortcut("F1").build() {
hotkeys.toggle_open();
Expand Down

0 comments on commit f518e34

Please sign in to comment.