Skip to content

Commit

Permalink
11.07.2024
Browse files Browse the repository at this point in the history
* 0.7.3 release
  • Loading branch information
Mithronn committed Jul 11, 2024
1 parent 26f893b commit c017540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty_ytdl"
version = "0.7.2"
version = "0.7.3"
authors = ["Mithronn"]
edition = "2021"
description = "A Rust library for Youtube video searcher and downloader"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ Or add the following to your `Cargo.toml` file:

```toml
[dependencies]
rusty_ytdl = "0.7.2"
rusty_ytdl = "0.7.3"
```

0 comments on commit c017540

Please sign in to comment.