From 8f368219ba943d72aad67222ebcfba04330d9492 Mon Sep 17 00:00:00 2001 From: gacallea <3269984+gacallea@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:50:12 +0200 Subject: [PATCH] adding tag v0.1.2 please don't mind this mess. the code works. I am testing out CI/CD until it works. once done i will fix this with a proper release proper like. Signed-off-by: gacallea <3269984+gacallea@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7838c79..bbd782e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,7 +99,7 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "freesound_credits" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index fe69e83..d5047a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freesound_credits" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Andrea C <3269984+gacallea@users.noreply.github.com>"]