From 9899bfdc0b885b294af3e1fdb8d6df58307962c3 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sun, 18 Oct 2020 15:33:18 -0700 Subject: Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7fab5..2440489 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ repositories { dependencies { // Use the latest version of KotlinForForge - implementation 'thedarkcolour:kotlinforforge:1.7.0' + implementation 'thedarkcolour:kotlinforforge:1.6.2' } compileKotlin { -- cgit