bump: version

This commit is contained in:
v4n
2025-02-05 16:27:04 +02:00
parent 0ab273977e
commit 9f622ca130
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION="0.3.3" VERSION="0.3.4"
# --- Globals --- # --- Globals ---
@@ -113,6 +113,7 @@ function find_game_directory() {
fi fi
# save path # save path
mkdir -p "$(dirname "$H2PATH")"
echo "$game_dir" > "$H2PATH" echo "$game_dir" > "$H2PATH"
[[ $? -ne 0 ]] && { echo -e "${RED}Error${NC}: Could not save game directory." >&2; exit 1; } [[ $? -ne 0 ]] && { echo -e "${RED}Error${NC}: Could not save game directory." >&2; exit 1; }
+1 -1
View File
@@ -1 +1 @@
0.3.3 0.3.4