From 9741d4b0d55c0c2504a262f4fa57aaa43e4cce77 Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:29:46 +0200 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 4057541..b39eccb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -982,7 +982,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lowfi" -version = "1.3.2" +version = "1.3.3" dependencies = [ "Inflector", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index baf49ee..d6baa3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lowfi" -version = "1.3.2" +version = "1.3.3" edition = "2021" description = "An extremely simple lofi player." license = "MIT"