From 23ce17cb706a229f9640fa33659f226fcf70365a Mon Sep 17 00:00:00 2001 From: Shy Date: Tue, 6 Aug 2024 19:03:06 +0200 Subject: [PATCH] Bump to version 0.1.3. --- wled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled b/wled index bb15ae2..8a7c5d8 100755 --- a/wled +++ b/wled @@ -8,7 +8,7 @@ NAME="wled.sh" COMMAND="wled" -VERSION="0.1.2" +VERSION="0.1.3" # Make the exit status of command pipelines the status of the last command # with non-zero exit status - if supported by this shell.