From 9f622ca1309b54b6f3f4aab178d968e735c1b5fb Mon Sep 17 00:00:00 2001 From: v4n <105587619+v4n00@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:27:04 +0200 Subject: [PATCH] bump: version --- h2mm | 3 ++- version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/h2mm b/h2mm index c075517..dcc8e5a 100755 --- a/h2mm +++ b/h2mm @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="0.3.3" +VERSION="0.3.4" # --- Globals --- @@ -113,6 +113,7 @@ function find_game_directory() { fi # save path + mkdir -p "$(dirname "$H2PATH")" echo "$game_dir" > "$H2PATH" [[ $? -ne 0 ]] && { echo -e "${RED}Error${NC}: Could not save game directory." >&2; exit 1; } diff --git a/version b/version index 87a0871..448a0fa 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.3.3 \ No newline at end of file +0.3.4 \ No newline at end of file