From a076c2b62faffd4541c18e7df44fd3cb361c93e5 Mon Sep 17 00:00:00 2001 From: Tal <83217276+talwat@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:56:07 +0100 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 532af53..299764b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1312,7 +1312,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lowfi" -version = "1.5.2" +version = "1.5.3" dependencies = [ "Inflector", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index d1d9793..8249e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lowfi" -version = "1.5.2" +version = "1.5.3" edition = "2021" description = "An extremely simple lofi player." license = "MIT"