Skip to content

Commit

Permalink
chore: bump version to 2.0.1 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhr authored Apr 22, 2023
1 parent 680ceb8 commit e4be162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fncmd"
version = "2.0.0"
version = "2.0.1"
license = "MPL-2.0"
authors = ["Sʜɪᴍᴜʀᴀ Yū <[email protected]>"]
description = "Command line interface as a function."
Expand All @@ -19,7 +19,7 @@ members = ["impl"]

[dependencies]
clap = { version = "4.2.4", features = ["derive"] }
fncmd-impl = { path = "impl", version = "=2.0.0" }
fncmd-impl = { path = "impl", version = "=2.0.1" }
once_cell = "1.9.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fncmd-impl"
version = "2.0.0"
version = "2.0.1"
license = "MPL-2.0"
authors = ["Yu Shimura <[email protected]>"]
description = "This crate shouldn't be used directly. Check fncmd."
Expand Down

0 comments on commit e4be162

Please sign in to comment.