Skip to content

Commit

Permalink
chore: Update to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashicc committed Nov 2, 2022
1 parent 97013f2 commit a2de2a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
edition = "2021"
name = "rimg"
version = "0.1.0"
version = "0.2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = {version = "4.0.18", features = ["derive"]}
clap = { version = "4.0.18", features = ["derive"] }
colored = "2.0.0"
execute = "0.2.11"
human-sort = "0.2.2"
indicatif = "0.17.1"
question = "0.2.2"
uuid = {version = "1.2.1", features = ["v4"]}
uuid = { version = "1.2.1", features = ["v4"] }
walkdir = "2.3.2"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ git clone https://github.com/Takashicc/rimg
$ cd rimg
$ cargo build --release
$ ./target/release/rimg --version
rimg 0.1.0
rimg 0.2.0
```

## Commands
Expand Down

0 comments on commit a2de2a3

Please sign in to comment.