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<