From d744d51473b545664b9472804e7e353c95100275 Mon Sep 17 00:00:00 2001 From: mag37 Date: Mon, 18 Nov 2024 21:13:44 +0100 Subject: [PATCH] jq version bump --- README.md | 2 +- dockcheck.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21a307b..5e7218a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ___ ## :bell: Changelog -- **v0.5.1**: Formatting and efficiency changes feeding back from the fork [sudo-kraken/podcheck](https://github.com/sudo-kraken/podcheck) +- **v0.5.1**: DEPENDENCY WARNING: now requires **jq**. + Upstreaming changes from [sudo-kraken/podcheck](https://github.com/sudo-kraken/podcheck) - **v0.5.0**: Rewritten notify logic - all templates are adjusted and should be migrated! - Copy the custom settings from your current template to the new version of the same template. - Look into, copy and customize the `urls.list` file if that's of interest. diff --git a/dockcheck.sh b/dockcheck.sh index 7456ad0..31fdf6d 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.5.0" -# ChangeNotes: Rewritten notify logic - all templates adjusted, transfer your current settings to a new template! See README. +VERSION="v0.5.1" +# ChangeNotes: DEPENDENCY WARNING: now requires jq. And upstreaming changes from sudo-kraken/podcheck Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"