diff --git a/Cargo.lock b/Cargo.lock index 99c2d0e..b73576e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1453,7 +1453,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lowfi" -version = "1.6.4-dev" +version = "1.6.0" dependencies = [ "Inflector", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index c746f48..2d9e191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lowfi" -version = "1.6.4-dev" +version = "1.6.0" edition = "2021" description = "An extremely simple lofi player." license = "MIT" diff --git a/README.md b/README.md index fbe9ce9..e26160c 100644 --- a/README.md +++ b/README.md @@ -224,3 +224,5 @@ For example, if you had an entry like this: ``` Then lowfi would download from the first section, and display the second as the track name. + +Further examples can be found in the [data](https://github.com/talwat/lowfi/tree/main/data) folder.