diff --git a/CHANGELOG.md b/CHANGELOG.md index 4452089..5909011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.2.2 + +* dependencies upgraded + ## v1.2.1 * dependencies upgraded diff --git a/Cargo.lock b/Cargo.lock index 4461cf4..6020313 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "audio-conv" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f7da2fc..aaba005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "audio-conv" -version = "1.2.1" +version = "1.2.2" edition = "2018" description = "Copies directory structure and converts audio files in it" authors = ["Thomas Heck "]