diff --git a/h2mm b/h2mm index 27753f3..e9ad16c 100755 --- a/h2mm +++ b/h2mm @@ -1,7 +1,7 @@ #!/usr/bin/env bash -VERSION="0.6.4" +VERSION="0.6.5" # --- Globals --- @@ -306,7 +306,6 @@ Commands: mo, modpack-overwrite Overwrite a modpack. mr, modpack-reset Reset all installed modpacks. ns, nexus-setup Setup Nexus Mods integration. - nu, nexus-update Start Nexus mods update process. up, update Update h2mm to the latest version. rs, reset Reset all installed mods. help Display this help message. @@ -1944,6 +1943,7 @@ function main() { self_update ;; *) + log ERROR "Unknown command: $command" $display_help ;; esac diff --git a/version b/version index d2b13eb..ef5e445 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.6.4 +0.6.5