Skip to content

Commit

Permalink
chore(release): version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jul 1, 2022
1 parent dec3add commit 8961173
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "projclean"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["sigoden <sigoden@gmail.com>"]
description = "Projects dependencies & builds cleaner"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OPTIONS:
-V, --version Print version information
```

Find and clearn node_modules folders.
Find and clean node_modules folders.

```
projclean node_modules
Expand All @@ -67,7 +67,7 @@ Find and clean dependencies & builds from kinds of projects.
projclean node_modules target@Cargo.toml target@pom.xml
```

Start searching from specific directory, other than currenct work directory.
Start searching from specific directory, other than current work directory.

```
projclean -C $HOME node_modules target@pom.xml
Expand Down

0 comments on commit 8961173

Please sign in to comment.