From 70ce6dd62f3fa627a56684c756b36bbc871f218f Mon Sep 17 00:00:00 2001 From: Coditory Bot Date: Thu, 20 Oct 2022 06:02:33 +0000 Subject: [PATCH] Update version 0.1.8 -> 0.1.9 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce412ea..c9c3e4f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Add to your `build.gradle`: ```gradle dependencies { - implementation "com.coditory.quark:quark-config:0.1.8" + implementation "com.coditory.quark:quark-config:0.1.9" } ```