From 18abf3aca4cfbf8ce14c3e3d5a189d0bb94bf495 Mon Sep 17 00:00:00 2001 From: Stav Shamir Date: Mon, 24 Oct 2022 11:58:22 +0300 Subject: [PATCH] Update version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44127b2..a4fea7f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add the following dependencies: ```groovy dependencies { - runtimeOnly 'io.github.springwolf:springwolf-ui:0.5.0' + runtimeOnly 'io.github.springwolf:springwolf-ui:0.6.0' } ```