From f026c8db1c0a8def249a6a7ffc394236104c6f47 Mon Sep 17 00:00:00 2001 From: Hempfest <64885225+Hempfest@users.noreply.github.com> Date: Fri, 19 Aug 2022 21:26:53 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d3bf3815..c41ec0a5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ otherwise have been far more time-consuming. ```xml - 1.7.9 + 1.8.0 @@ -104,12 +104,12 @@ otherwise have been far more time-consuming. } dependencies { - compileOnly 'com.github.the-h-team:labyrinth-common:1.7.3' - compileOnly 'com.github.the-h-team:labyrinth-gui:1.7.3' - compileOnly 'com.github.the-h-team:labyrinth-skulls:1.7.3' - compileOnly 'com.github.the-h-team:labyrinth-regions:1.7.3' + compileOnly 'com.github.the-h-team:labyrinth-common:1.8.0' + compileOnly 'com.github.the-h-team:labyrinth-gui:1.8.0' + compileOnly 'com.github.the-h-team:labyrinth-skulls:1.8.0' + compileOnly 'com.github.the-h-team:labyrinth-regions:1.8.0' // for build use only! (includes full plugin and resources) - compileOnly 'com.github.the-h-team:labyrinth-plugin:1.7.3' + compileOnly 'com.github.the-h-team:labyrinth-plugin:1.8.0' } ```