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