Skip to content

Commit 638941e

Browse files
committed
chore: version bump
1 parent 5e515ea commit 638941e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "maccel-cli"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[[bin]]

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ if [[ -n "$ATTENTION" ]]; then
163163
printf "\n$ATTENTION\n"
164164
fi
165165

166-
if [[ -n "$CURR_VERSION" && "$CURR_VERSION" < "0.1.5" ]]; then
166+
if [[ -n "$CURR_VERSION" && "$CURR_VERSION" < "0.2.0" ]]; then
167167
bold_start
168168
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"
169169
bold_end

0 commit comments

Comments
 (0)