From 62b92beb413c783f5034ecfd5e969f0c1e524535 Mon Sep 17 00:00:00 2001 From: Ladislav Hano Date: Sun, 19 Jan 2025 15:18:40 +0100 Subject: [PATCH] chore: change package version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b6ca761..c9e3f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moover_rust" -version = "3.3.0" +version = "3.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -30,4 +30,4 @@ features = ["aac", "mp3", "isomp4", "alac"] [features] DEBUG = [] RELEASE = [] -GUILD_COMMAND = [] \ No newline at end of file +GUILD_COMMAND = []