diff --git a/README.md b/README.md index 667969f..bbee2fb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ repositories { } dependencies { - compile("com.lukflug:panelstudio:0.1.1") + compile("com.lukflug:panelstudio:0.1.2") } shadowJar { @@ -58,7 +58,7 @@ If you're planning to use PanelStudio-MC you have to also add this: ``` task downloadPanelstudio { doLast { - new URL("https://github.com/lukflug/PanelStudio/releases/download/v0.1.1/panelstudio-mc-0.1.1.jar").withInputStream{i->new File("${buildDir}/panelstudio-mc-0.1.1.jar").withOutputStream{it<new File("${buildDir}/panelstudio-mc-0.1.1.jar").withOutputStream{it<