diff --git a/Cargo.lock b/Cargo.lock index 3309edf..92af227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" [[package]] name = "dvm" -version = "1.1.5" +version = "1.1.6" dependencies = [ "clap", "clap_generate", diff --git a/Cargo.toml b/Cargo.toml index ff4213a..31f46cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "discord version manager for linux" homepage = "https://github.com/diced/dvm" repository = "https://github.com/diced/dvm.git" license = "MIT" -version = "1.1.5" +version = "1.1.6" authors = ["diced "] edition = "2018"