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>"]