Skip to content

Commit

Permalink
Bump version, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
subnomo committed Dec 12, 2018
1 parent 994cf05 commit eff5bb3
Show file tree
Hide file tree
Showing 4 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 = "tumblr-likes"
version = "0.2.2"
version = "0.2.3"
authors = ["Alex Taylor <alex@alext.xyz>"]
description = "Downloads your liked photos and videos on Tumblr."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ tumblr-likes -a <api_key> -b <blog>

If you don't want to provide the API key every time, you can save it into an environmental variable `$TUMBLR_API_KEY` instead.

Liked posts will be downloaded into a `downloads` folder in the current directory.
By default, liked posts will be downloaded into a `downloads` folder in the current directory. You can use `-d` to set a custom output directory.

---

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fn cli() -> Arguments {
let env_key = env::var("TUMBLR_API_KEY");

let matches = App::new("tumblr-likes")
.version("0.2.2")
.version("0.2.3")
.author("Alex Taylor <alex@alext.xyz>")
.about("Downloads your liked photos and videos on Tumblr.")
.arg(
Expand Down

0 comments on commit eff5bb3

Please sign in to comment.