1.34.2 release

This commit is contained in:
2025-06-16 22:52:06 -04:00
parent a6499ee5b8
commit a2785cec43
3 changed files with 9 additions and 9 deletions

View File

@@ -21,10 +21,10 @@
# shellcheck disable=SC2317
shopt -s extglob
declare -g SCRIPT_VERSION="1.34.2-dev"
declare -g MC_VERSION="34.0.31" # do find all replace
declare -g SCRIPT_VERSION="1.34.2"
declare -g MC_VERSION="34.0.36" # do find all replace
declare -g MC_REPO="bookworm" # should match the MC_VERSION
declare -g BOARD_ID="89.0" # MC34
declare -g BOARD_ID="89.0" # MC34 board ID
declare -gi UPDATE_SWITCH=1 # set to 0 to disable automatic self-update
declare -g SCRIPT_URL="https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC"
# declare -g SCRIPT_URL="https://raw.githubusercontent.com/cryobry/installJRMC/refs/heads/master/installJRMC"