From a9cd30550cc7ab4171bf6681d12d337e1e5d7c17 Mon Sep 17 00:00:00 2001
From: talwat <83217276+talwat@users.noreply.github.com>
Date: Mon, 17 Mar 2025 18:34:11 +0100
Subject: [PATCH] chore: bump version in preparation for 1.6.0

---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 README.md  | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

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.