Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beeequeue committed Dec 10, 2022
1 parent 26b08f0 commit 30cd51f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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
@@ -1,6 +1,6 @@
[package]
name = "nvm-rust"
version = "0.3.1"
version = "0.4.0"
description = "A node version manager that doesn't suck"
authors = ["BeeeQueue <[email protected]>"]
repository = "https://github.com/BeeeQueue/nvm-rust"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ enum Subcommands {
name = "nvm(-rust)",
author,
about,
version,
about = "Node Version Manager (but better, and in Rust)"
)]
pub struct Config {
Expand Down

0 comments on commit 30cd51f

Please sign in to comment.