Skip to content

Commit

Permalink
chore: bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhr committed Feb 8, 2022
1 parent a3e2d4d commit 3ef03c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "1.2.0"
version = "1.2.1"
license = "MPL-2.0"
authors = ["Yu Shimura <[email protected]>"]
description = "Command line interface as a function."
Expand All @@ -13,7 +13,7 @@ exclude = [".*", "rust-toolchain", "rustfmt.toml", "release.toml", "justfile"]

[dependencies]
clap = { version = "3.0.7", features = ["derive"] }
fncmd-impl = { path = "impl", version = "=1.2.0" }
fncmd-impl = { path = "impl", version = "=1.2.1" }

[workspace]
members = ["impl"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Or you can manually edit `Cargo.toml`:

```toml
[dependencies]
fncmd = "1.2.0"
fncmd = "1.2.1"
```

## Basics
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 = "1.2.0"
version = "1.2.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 3ef03c3

Please sign in to comment.