From 82e39a19cc6259cf2cb57c4644867c43b86093e8 Mon Sep 17 00:00:00 2001 From: lukflug Date: Tue, 5 Jan 2021 14:14:36 +0100 Subject: [PATCH] Version 0.1.6 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6946b4c..99045e5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ repositories { } dependencies { - compile("com.lukflug:panelstudio:0.1.5") + compile("com.lukflug:panelstudio:0.1.6") } shadowJar { @@ -58,7 +58,7 @@ If you're planning to use PanelStudio-MC you have to also add this: ```groovy task downloadPanelstudio { doLast { - new URL("https://github.com/lukflug/PanelStudio/releases/download/v0.1.5/panelstudio-mc-0.1.5.jar").withInputStream{i->new File("${buildDir}/panelstudio-mc-0.1.5.jar").withOutputStream{it<new File("${buildDir}/panelstudio-mc-0.1.5.jar").withOutputStream{it<