From 8c206b7ad6c98828208a0e4d10e56dd772ce5965 Mon Sep 17 00:00:00 2001 From: Ryan Brink <5607577+rgbrizzlehizzle@users.noreply.github.com> Date: Mon, 10 May 2021 08:47:56 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89c6c31de..7096df4da 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ repositories { // 3 Add the package like any normal dependency dependencies { - implementation("org.leafygreens:kompendium-core:0.1.0-SNAPSHOT") + implementation("org.leafygreens:kompendium-core:1.0.0") } ```