From 2296a124d0696312adaac7ae8e60cddf41165379 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 18:00:38 -0700 Subject: [PATCH] 61-dev1.13 --- reinstall-esp-idf.sh | 6 +++--- version.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 748b1ba..b4eec8a 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -225,15 +225,15 @@ function handleDownloadInstall() { returnStatus fi - writeToLog "Executing installer" + writeToLog "Executing installer\n" eval "$installCmd" returnStatus - writeToLog "Executing extra tools installer" + writeToLog "Executing extra tools installer\n" eval "$toolsInstallCmd" returnStatus - writeToLog "getting the commit hash" + writeToLog "getting the commit hash\n" commitHash=$(git -C $idfDir rev-parse HEAD) returnStatus diff --git a/version.txt b/version.txt index 554be92..f03882c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-dev1.12 \ No newline at end of file +61-dev1.13 \ No newline at end of file