From 61f90893ef27542e0124af198af742b15257a488 Mon Sep 17 00:00:00 2001 From: mag37 Date: Mon, 24 Feb 2025 22:12:11 +0100 Subject: [PATCH] async version bump --- dockcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockcheck.sh b/dockcheck.sh index 087138d..04fac69 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.5.5.0" -### ChangeNotes: osx and bsd compatibility changes + rewrite of dependency installer +VERSION="v0.5.6.0" +### ChangeNotes: Heavily improved performance due to asynchronous update checks. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"