Skip to content

Commit

Permalink
update: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankddev committed Dec 5, 2024
1 parent 5cadde2 commit cc05b45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 @@ -5,4 +5,4 @@ members = [
]

[workspace.package]
version = "1.0.0"
version = "1.0.1"
2 changes: 1 addition & 1 deletion select_domains/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn draw_screen(
);

if *index == current_index {
writeln!(stdout, "{}", line.reverse())?;
writeln!(stdout, "{}", line.reverse().cyan())?;
} else {
writeln!(stdout, "{}", line)?;
}
Expand Down

0 comments on commit cc05b45

Please sign in to comment.