Skip to content

Commit

Permalink
chore: bump version to 2.1.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhr authored Apr 22, 2023
1 parent 7737266 commit a27a84f
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.1"
version = "2.1.0"
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.1" }
fncmd-impl = { path = "impl", version = "=2.1.0" }
once_cell = "1.17.1"

[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.1"
version = "2.1.0"
license = "MPL-2.0"
authors = ["Sʜɪᴍᴜʀᴀ Yū <[email protected]>"]
description = "This crate shouldn't be used directly. Check fncmd."
Expand Down

0 comments on commit a27a84f

Please sign in to comment.