Skip to content

Commit

Permalink
0.1.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
smokingplaya committed Jun 18, 2024
1 parent 5418f34 commit ec19b05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "uki"
repository = "https://github.com/smokingplaya/uki"
description = "Allows you to run pre-prepared commands"
authors = ["smokingplaya"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ uWu {}", "uki".accent(), runner.accent(), "^-^".accent())
i += 1;
});
},
None => return
None => {}
}

preset.execute.clone()
Expand Down

0 comments on commit ec19b05

Please sign in to comment.