Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnarus-G committed Aug 10, 2024
1 parent 4da80fa commit ee95b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/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 cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "maccel-cli"
version = "0.1.5"
version = "0.2.0"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ if [[ -n "$ATTENTION" ]]; then
printf "\n$ATTENTION\n"
fi

if [[ -n "$CURR_VERSION" && "$CURR_VERSION" < "0.1.5" ]]; then
if [[ -n "$CURR_VERSION" && "$CURR_VERSION" < "0.2.0" ]]; then
bold_start
print_yellow "\nNOTE: There are two drivers now, and the new (default) one has better compatibility. For more info, see https://github.com/Gnarus-G/maccel/blob/main/TWO_IMPLEMENTATIONS.md.md\n"
bold_end
Expand Down

0 comments on commit ee95b83

Please sign in to comment.