Skip to content

Commit

Permalink
chore: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nezutero committed Feb 14, 2024
1 parent ed6f9cc commit b3ee6e1
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
Expand Up @@ -4,7 +4,7 @@ authors = ["kenjitheman <[email protected]>"]
description = "A CLI tool that allows you to interact with the waifu.pics API from the comfort of your terminal."
repository = "https://github.com/kenjitheman/waifu4me"
license = "MIT"
version = "0.1.9"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use crate::{fetcher::{fetch_many_images, fetch_single_image}, vars::{BASE_URL, B

pub fn cli() -> Result<(), Box<dyn Error>> {
let matches = App::new("waifu4me")
.version("0.1.9")
.author("btwkenji")
.version("0.2.0")
.author("kenjitheman")
.about("CLI tool for waifu image url fetching using waifu.pics API")
.arg(
Arg::with_name("type")
Expand Down

0 comments on commit b3ee6e1

Please sign in to comment.