From 2c51e2bfd3de360163367c7b24cba0588c1d777b Mon Sep 17 00:00:00 2001 From: v4n <105587619+v4n00@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:18:18 +0300 Subject: [PATCH] fix: version number url --- README.md | 2 +- h2mm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c593cb..bc9782d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Helldivers 2 Mod Manager CLI is a command line interface for managing Helldivers 2 mods. Since there is no Linux mod manager available and I like being a nerd by using CLI tools instead of GUIs, this project was born. -This mod manager is complete, the version will always [remain at 0.x.x](https://0ver.org/). Version 0.6.x will be the last version of this mod manager. +This mod manager is complete, the version will always [remain at 0.x.x](https://0ver.org/). Version 0.6.x is the last version. ## Installation diff --git a/h2mm b/h2mm index 904b36f..ecd21b4 100755 --- a/h2mm +++ b/h2mm @@ -22,7 +22,7 @@ API_KEY_FILE="${H2CONFIG_DIR}/api_key" LAST_CHECKED_UPDATE_FILE="${H2CONFIG_DIR}/last_update" BACKUPS_DIR="${H2CONFIG_DIR}/backups" -VERSION_URL="https://raw.githubusercontent.com/v4n00/h2mm-cli/refs/master/master/version" +VERSION_URL="https://raw.githubusercontent.com/v4n00/h2mm-cli/refs/heads/master/version" breaking_changes_patches=( ["2"]='sed -i "s/^\([0-9]\+\),/\1,ENABLED,/" "$1/mods.csv"'