From 7823fe7611a8996c9527ac034db1e218d1b15c11 Mon Sep 17 00:00:00 2001 From: Lukas Prettenthaler Date: Wed, 4 Sep 2024 10:55:42 -0600 Subject: [PATCH] update readme to latest version --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 62aded9..4e8b7ee 100644 --- a/README.adoc +++ b/README.adoc @@ -19,7 +19,7 @@ To use the Vert.x Cron-Utils, add the following dependency to the _dependencies_ com.noenv vertx-cronutils - 4.5.9 + 4.5.10 ---- @@ -27,7 +27,7 @@ To use the Vert.x Cron-Utils, add the following dependency to the _dependencies_ [source,groovy,subs="+attributes"] ---- -compile 'com.noenv:vertx-cronutils:4.5.9' +compile 'com.noenv:vertx-cronutils:4.5.10' ---- == Creating a cron scheduler